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

python-oslo.rootwrap-5.13.0-lp152.4.3 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python-oslo.rootwrap Distribution: openSUSE Leap 15.2
Version: 5.13.0 Vendor: openSUSE
Release: lp152.4.3 Build date: Sun Mar 1 13:58:29 2020
Group: Development/Languages/Python Build host: build35
Size: 298729 Source RPM: python-oslo.rootwrap-5.13.0-lp152.4.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/oslo.rootwrap
Summary: Filtering shell commands to run as root from OpenStack services
oslo.rootwrap allows fine-grained filtering of shell commands to run as root
from OpenStack services.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Mon Jan 15 2018 cloud-devel@suse.de
  - update to version 5.13.0
    - Follow the new PTI for document build
    - Remove -U from pip install
    - Add bandit to pep8 job
    - Update reno for stable/pike
    - Remove setting of version/release from releasenotes
    - Avoid tox_install.sh for constraints support
    - Fix test_daemon_no_cleanup_for_uninitialized_server
    - Protect rootwrap daemon socket against multiple threads
    - Cleanup test-requirements
    - Updated from global requirements
    - Ignore syslog settings if /dev/log is not present
* Mon Aug 07 2017 cloud-devel@suse.de
  - update to version 5.9.0
    - Always check cmd which does not exist
    - rearrange existing documentation to fit the new standard layout
    - Don't open subdirectories rootwrap filter directories
    - [Fix gate]Update test requirement
    - Allow rootwrap-daemon to timeout and exit
    - Avoid importing Linux specific modules on Windows
    - Update URLs in documents according to document migration
    - Remove support for py34
    - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
    - Update reno for stable/ocata
    - [daemon] Close inherited filedescriptors after forking
    - Remove pbr warnerrors in favor of sphinx check
    - Updated from global requirements
    - Switch from oslosphinx to openstackdocstheme
    - Trivial: Remove testscenarios from test-requirements.txt
* Wed Jun 07 2017 cloud-devel@suse.de
  - update to version 5.4.1
    - Avoid importing Linux specific modules on Windows
    - Update UPPER_CONSTRAINTS_FILE for stable/ocata
    - Allow rootwrap-daemon to timeout and exit
    - [daemon] Close inherited filedescriptors after forking
    - Update .gitreview for stable/ocata
* Mon Feb 13 2017 cloud-devel@suse.de
  - update to version 5.4.0:
    - Remove discover from test-requirements
    - Add Constraints support
    - Updated from global requirements
    - Show team and repo badges on README
    - Update homepage with developer documentation page
    - [TrivialFix] Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
    - Enable release notes translation
    - Relax default strict option under python3.x for configparser
    - Fix running unknown commands in daemon mode
    - Enhance _program() and _program_path()
    - Add reno for release notes management
* Mon Nov 14 2016 tbechtold@suse.com
  update to version 5.1.1
    * Update .gitreview for stable/newton
    * Fix running unknown commands in daemon mode
* Fri Oct 14 2016 tbechtold@suse.com
  - switch to stable/newton tarball in _service
* Fri Sep 02 2016 tbechtold@suse.com
  - update to version 5.1.0
    * Fix parameters of assertEqual are misplaced
* Wed Aug 10 2016 tbechtold@suse.com
  - update to 5.0.0:
    * always allow privsep-helper as a command
    * Add Python 3.5 classifier and venv
    * Updated from global requirements
  - Update _service and switch to upstream spec template
* Thu Mar 03 2016 tbechtold@suse.com
  - update to 4.1.0:
    * Updated from global requirements
    * Updated from global requirements
    * Remove unused use-syslog-rfc-format option
    * Updated from global requirements
    * Updated from global requirements
    * Removes MANIFEST.in as it is not needed explicitely by PBR
    * Drop python 2.6 support
    * Updated from global requirements
    * Remove python 2.6 classifier
    * Remove python 2.6 and cleanup tox.ini
    * Python 3: encode or decode i/o data of Popen.communicate()
    * Fix Python 3 support for eventlet monkey-patching
    * Fix Python 3 issues in tests
    * No need for Oslo Incubator Sync
    * move usage instructions into main docs
    * docs - Set pbr 'warnerrors' option for doc build
    * Add shields.io version/downloads links/badges into README.rst
    * add pbr-generated release history to the documentation
    * Fix some spelling typo in manual
    * Updated from global requirements
    * Python 3: Don't use BaseException.message attribute
    * Handle renamed executables with KillFilter
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Remove test-requirements-py3.txt
    * Add tox target to find missing requirements
    * daemon: avoid raising UnboundLocalError to callers
    * Updated from global requirements
    * Updated from global requirements
    * Log that rootwrap was spawned after check
  - Adjust Requires according to requirements.txt
* Fri Jun 12 2015 dmueller@suse.com
  - update to 2.0.0:
    * Remove oslo namespace package
* Mon Jun 08 2015 tbechtold@suse.com
  - update to 1.8.0:
    * Remove run_cross_tests.sh
    * Updated from global requirements
    * Remove mentions of root "tests" package from test_funcional_*
    * Uncap library requirements for liberty
    * Speed up non-daemon rootwrap command line invocation
    * Correct RST syntax errors in README.rst
    * Update to latest hacking
    * Avoid calling sudo just to change users
    * Updated from global requirements
  - Adjust Requires according to requirements.txt
* Tue Mar 10 2015 tbechtold@suse.com
  - update to 1.6.0:
    * Remove env changing support in daemon mode
    * Updated from global requirements
    * Updated from global requirements
    * Add bug link to README
  - update Requires
* Thu Jan 29 2015 tbechtold@suse.com
  - update to version 1.5.0:
    * Add cross-testing script
    * Updated from global requirements
    * Move files out of the namespace package
    * Activate pep8 check that _ is imported
    * Workflow documentation is now in infra-manual
* Thu Jan 15 2015 tbechtold@suse.com
  - update to version 1.4.0:
    * Updated from global requirements
    * Updated from global requirements
    * Correct filters examples in README.rst
    * Updated from global requirements
    * Fix exit of subprocess in case it was terminated by signal
    * Updated from global requirements
    * Support building wheels (PEP-427)
    * Updated from global requirements
  - Add python_requires to _service

Files

/usr/bin/oslo-rootwrap
/usr/bin/oslo-rootwrap-daemon
/usr/lib/python2.7/site-packages/oslo.rootwrap-5.13.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/oslo.rootwrap-5.13.0-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/oslo.rootwrap-5.13.0-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/oslo.rootwrap-5.13.0-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/oslo.rootwrap-5.13.0-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/oslo.rootwrap-5.13.0-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/oslo.rootwrap-5.13.0-py2.7.egg-info/pbr.json
/usr/lib/python2.7/site-packages/oslo.rootwrap-5.13.0-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/oslo.rootwrap-5.13.0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/oslo_rootwrap
/usr/lib/python2.7/site-packages/oslo_rootwrap/__init__.py
/usr/lib/python2.7/site-packages/oslo_rootwrap/__init__.pyc
/usr/lib/python2.7/site-packages/oslo_rootwrap/__init__.pyo
/usr/lib/python2.7/site-packages/oslo_rootwrap/client.py
/usr/lib/python2.7/site-packages/oslo_rootwrap/client.pyc
/usr/lib/python2.7/site-packages/oslo_rootwrap/client.pyo
/usr/lib/python2.7/site-packages/oslo_rootwrap/cmd.py
/usr/lib/python2.7/site-packages/oslo_rootwrap/cmd.pyc
/usr/lib/python2.7/site-packages/oslo_rootwrap/cmd.pyo
/usr/lib/python2.7/site-packages/oslo_rootwrap/daemon.py
/usr/lib/python2.7/site-packages/oslo_rootwrap/daemon.pyc
/usr/lib/python2.7/site-packages/oslo_rootwrap/daemon.pyo
/usr/lib/python2.7/site-packages/oslo_rootwrap/filters.py
/usr/lib/python2.7/site-packages/oslo_rootwrap/filters.pyc
/usr/lib/python2.7/site-packages/oslo_rootwrap/filters.pyo
/usr/lib/python2.7/site-packages/oslo_rootwrap/jsonrpc.py
/usr/lib/python2.7/site-packages/oslo_rootwrap/jsonrpc.pyc
/usr/lib/python2.7/site-packages/oslo_rootwrap/jsonrpc.pyo
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/__init__.py
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/__init__.pyc
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/__init__.pyo
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/run_daemon.py
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/run_daemon.pyc
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/run_daemon.pyo
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/test_functional.py
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/test_functional.pyc
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/test_functional.pyo
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/test_functional_eventlet.py
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/test_functional_eventlet.pyc
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/test_functional_eventlet.pyo
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/test_rootwrap.py
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/test_rootwrap.pyc
/usr/lib/python2.7/site-packages/oslo_rootwrap/tests/test_rootwrap.pyo
/usr/lib/python2.7/site-packages/oslo_rootwrap/version.py
/usr/lib/python2.7/site-packages/oslo_rootwrap/version.pyc
/usr/lib/python2.7/site-packages/oslo_rootwrap/version.pyo
/usr/lib/python2.7/site-packages/oslo_rootwrap/wrapper.py
/usr/lib/python2.7/site-packages/oslo_rootwrap/wrapper.pyc
/usr/lib/python2.7/site-packages/oslo_rootwrap/wrapper.pyo
/usr/share/doc/packages/python-oslo.rootwrap
/usr/share/doc/packages/python-oslo.rootwrap/ChangeLog
/usr/share/doc/packages/python-oslo.rootwrap/LICENSE
/usr/share/doc/packages/python-oslo.rootwrap/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 11:46:52 2024