Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-oslo.privsep-1.33.3-bp154.1.25 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: python3-oslo.privsep Distribution: SUSE Linux Enterprise 15 SP4
Version: 1.33.3 Vendor: openSUSE
Release: bp154.1.25 Build date: Thu May 12 02:57:52 2022
Group: Development/Languages/Python Build host: sheep88
Size: 197548 Source RPM: python-oslo.privsep-1.33.3-bp154.1.25.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/oslo.privsep
Summary: OpenStack library for privilege separation
OpenStack library for privilege separation

Provides

Requires

License

Apache-2.0

Changelog

* Mon Mar 23 2020 Dirk Mueller <dmueller@suse.com>
  - add obsoletes
* Tue Mar 17 2020 cloud-devel@suse.de
  - added 0001-Disable-logger-validation-during-unit-testing.patch
* Fri Mar 13 2020 Dirk Mueller <dmueller@suse.com>
  - switch to python 3.x only build
* Wed Oct 09 2019 cloud-devel@suse.de
  - update to version 1.33.3
    - Pass correct arguments to six.reraise
    - Cap Bandit below 1.6.0 and update Sphinx requirement
    - OpenDev Migration Patch
    - Convert dict keys received in _ClientChannel from byte to str
    - Move doc related modules to doc/requirements.txt
    - Replace git.openstack.org URLs with opendev.org URLs
    - Add more usage documentation
    - Self-resetting PrivContext
    - Add sample_default for thread_pool_size Opt
    - Update master for stable/stein
    - Add Python 3 Train unit tests
    - Reno for SIGHUP fix
* Mon Apr 08 2019 cloud-devel@suse.de
  - update to version 1.32.1
    - Remove PyPI downloads
    - Switch to stestr
    - Update mailinglist from dev to discuss
    - Use template for lower-constraints
    - import zuul job settings from project-config
    - Add that 'Release Notes' in README
    - Add futures as a requirement for Python 2
    - Added example blogposts
    - Update reno for stable/rocky
    - Don't quote {posargs} in tox.ini
    - add python 3.6 unit test job
    - add lib-forward-testing-python3 test job
    - Expose privsep options for config-generator
    - Set unicode_errors handler to 'surrogateescape' in msgpack
    - Trivial: Update pypi url to new url
    - Replace assertRaisesRegexp with assertRaisesRegex
    - Avoids calling ffi.dlopen(None) on Windows
    - fix tox python3 overrides
    - Update hacking version
    - Clean up .gitignore references to personal tools
    - Use threads to process target function
    - add python 3.7 unit test job
* Wed Mar 06 2019 cloud-devel@suse.de
  - update to version 1.29.2
    - Update UPPER_CONSTRAINTS_FILE for stable/rocky
    - Switch to stestr
    - Avoids calling ffi.dlopen(None) on Windows
    - Update .gitreview for stable/rocky
    - import zuul job settings from project-config
* Mon Sep 03 2018 cloud-devel@suse.de
  - update to version 1.29.0
    - set default python to python3
    - Update reno for stable/queens
    - Update links in README
    - Skip unit tests in bandit scan
    - fix lower constraints and uncap eventlet
    - Imported Translations from Zanata
    - Updated from global requirements
    - add lower-constraints job
    - msgpack-python has been renamed to msgpack
* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Mon Feb 12 2018 cloud-devel@suse.de
  - update to version 1.27.0 (bsc#1078607)
    - Update .gitreview for stable/queens
    - msgpack-python has been renamed to msgpack
* Mon Jan 15 2018 cloud-devel@suse.de
  - update to version 1.26.0 (bsc#1078607)
    - Remove -U from pip install
    - Expose caps values/names as int enum
    - Update reno for stable/pike
    - Remove setting of version/release from releasenotes
    - Imported Translations from Zanata
    - Avoid tox_install.sh for constraints support
    - add bandit to pep8 job
    - Updated from global requirements
    - Update capabilities from current kernel source
* Mon Aug 07 2017 cloud-devel@suse.de
  - update to version 1.22.0
    - Preserve all LogRecord fields from privileged side
    - Remove log translations
    - Update URLs in documents according to document migration
    - Use iterable object for 'args' in log record
    - rearrange existing documentation to follow the new standard layout
    - add sphinx instructions to build API reference docs
    - [Fix gate]Update test requirement
    - Enable some off-by-default checks
    - Remove references to Python 3.4
    - switch from oslosphinx to openstackdocstheme
    - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
    - Update reno for stable/ocata
    - Remove pbr warnerrors in favor of sphinx check
    - Updated from global requirements
    - Add test to verify log record can be formatted
    - Using assertIsNone(xxx) instead of assertEqual(None, xxx)
* Mon Feb 13 2017 cloud-devel@suse.de
  - update to version 1.16.0:
    - Don't use deprecated method logger.warn
    - Update reno for stable/newton
    - modify the home-page info with the developer documentation
    - Updated from global requirements
    - Add Constraints support
    - Ignore timeout error when receiving message from sockect
    - Show team and repo badges on README
    - Report underlying integer for unknown capabilities
    - Imported Translations from Zanata
    - Enable release notes translation
    - Add Python 3.5 classifier and venv
    - Deal with CONF.config_dir correctly
  - Remove 0001-Deal-with-CONF.config_dir-correctly.patch . Applied upstream.
* Fri Dec 23 2016 tbechtold@suse.com
  - update to version 1.13.1:
    * Update .gitreview for stable/newton
    * [Backport] Ignore timeout error when receiving message
* Fri Dec 02 2016 tbechtold@suse.com
  - Add 0001-Deal-with-CONF.config_dir-correctly.patch
* Fri Oct 14 2016 tbechtold@suse.com
  - switch to stable/newton tarball in _service
* Tue Aug 30 2016 tbechtold@suse.com
  - update to version 1.13.0
    * Fixes unit tests on Windows.
    * Add reno for release notes management
    * Use default value for undefined caps in fmt_caps
    * Updated from global requirements
    * More sophisticated logging on privileged side
* Wed Aug 10 2016 tbechtold@suse.com
  - update to 1.11.0:
    * Updated from global requirements
    * Provide way to "initialise" oslo.privsep
    * PrivContext: Sets client_mode to False on Windows
    * Imported Translations from Zanata
    * Drop python3.3 support in classifier
    * Remove unused py27 socketpair/makefile workaround
    * Remove direct dependency on babel
    * Switch to msgpack for serialization
  - Update _service and switch to upstream spec template
* Mon Apr 04 2016 tbechtold@suse.com
  - Initial packaging (version 1.4.0)

Files

/usr/bin/privsep-helper
/usr/lib/python3.6/site-packages/oslo.privsep-1.33.3-py3.6.egg-info
/usr/lib/python3.6/site-packages/oslo.privsep-1.33.3-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/oslo.privsep-1.33.3-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/oslo.privsep-1.33.3-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/oslo.privsep-1.33.3-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/oslo.privsep-1.33.3-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/oslo.privsep-1.33.3-py3.6.egg-info/pbr.json
/usr/lib/python3.6/site-packages/oslo.privsep-1.33.3-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/oslo.privsep-1.33.3-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/oslo_privsep
/usr/lib/python3.6/site-packages/oslo_privsep/__init__.py
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/_i18n.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/_i18n.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/capabilities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/capabilities.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/comm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/comm.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/daemon.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/daemon.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/priv_context.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/priv_context.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/__pycache__/version.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/_i18n.py
/usr/lib/python3.6/site-packages/oslo_privsep/capabilities.py
/usr/lib/python3.6/site-packages/oslo_privsep/comm.py
/usr/lib/python3.6/site-packages/oslo_privsep/daemon.py
/usr/lib/python3.6/site-packages/oslo_privsep/locale
/usr/lib/python3.6/site-packages/oslo_privsep/locale/de
/usr/lib/python3.6/site-packages/oslo_privsep/locale/de/LC_MESSAGES
/usr/lib/python3.6/site-packages/oslo_privsep/locale/de/LC_MESSAGES/oslo_privsep.po
/usr/lib/python3.6/site-packages/oslo_privsep/locale/en_GB
/usr/lib/python3.6/site-packages/oslo_privsep/locale/en_GB/LC_MESSAGES
/usr/lib/python3.6/site-packages/oslo_privsep/locale/en_GB/LC_MESSAGES/oslo_privsep.po
/usr/lib/python3.6/site-packages/oslo_privsep/priv_context.py
/usr/lib/python3.6/site-packages/oslo_privsep/tests
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__init__.py
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/fixture.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/fixture.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/test_capabilities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/test_capabilities.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/test_comm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/test_comm.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/test_daemon.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/test_daemon.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/test_priv_context.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/test_priv_context.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/testctx.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/__pycache__/testctx.cpython-36.pyc
/usr/lib/python3.6/site-packages/oslo_privsep/tests/fixture.py
/usr/lib/python3.6/site-packages/oslo_privsep/tests/test_capabilities.py
/usr/lib/python3.6/site-packages/oslo_privsep/tests/test_comm.py
/usr/lib/python3.6/site-packages/oslo_privsep/tests/test_daemon.py
/usr/lib/python3.6/site-packages/oslo_privsep/tests/test_priv_context.py
/usr/lib/python3.6/site-packages/oslo_privsep/tests/testctx.py
/usr/lib/python3.6/site-packages/oslo_privsep/version.py
/usr/share/doc/packages/python3-oslo.privsep
/usr/share/doc/packages/python3-oslo.privsep/LICENSE
/usr/share/doc/packages/python3-oslo.privsep/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024