commit python-oslo.privsep for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-oslo.privsep for openSUSE:Factory checked in at 2024-03-25 21:11:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.privsep (Old) and /work/SRC/openSUSE:Factory/.python-oslo.privsep.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-oslo.privsep" Mon Mar 25 21:11:08 2024 rev:21 rq:1161177 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.privsep/python-oslo.privsep.changes 2023-12-28 23:03:49.091606166 +0100 +++ /work/SRC/openSUSE:Factory/.python-oslo.privsep.new.1905/python-oslo.privsep.changes 2024-03-25 21:17:50.222654106 +0100 @@ -1,0 +2,14 @@ +Sun Mar 24 20:03:04 UTC 2024 - cloud-devel@suse.de + +- update to version 3.3.0 + - Display coverage report + - add new kernel capabilities + - Update python classifier in setup.cfg + - Fix wrong path in coveragerc + - Bump bandit + - Update master for stable/2023.2 + - Bump hacking + - reno: Update master for unmaintained/yoga + - fix broken links in readme + +------------------------------------------------------------------- Old: ---- oslo.privsep-3.2.0.tar.gz New: ---- oslo.privsep-3.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.privsep.spec ++++++ --- /var/tmp/diff_new_pack.CN7DhQ/_old 2024-03-25 21:17:50.986682205 +0100 +++ /var/tmp/diff_new_pack.CN7DhQ/_new 2024-03-25 21:17:50.990682353 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-oslo.privsep # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-oslo.privsep -Version: 3.2.0 +Version: 3.3.0 Release: 0 Summary: OpenStack library for privilege separation License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/oslo.privsep -Source0: https://files.pythonhosted.org/packages/source/o/oslo.privsep/oslo.privsep-3... +Source0: https://files.pythonhosted.org/packages/source/o/oslo.privsep/oslo.privsep-3... BuildRequires: openstack-macros BuildRequires: python3-cffi >= 1.14.0 BuildRequires: python3-eventlet >= 0.21.0 @@ -68,7 +68,7 @@ Documentation for oslo.privsep %prep -%autosetup -p1 -n oslo.privsep-3.2.0 +%autosetup -p1 -n oslo.privsep-3.3.0 %py_req_cleanup %build ++++++ oslo.privsep-3.2.0.tar.gz -> oslo.privsep-3.3.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/.coveragerc new/oslo.privsep-3.3.0/.coveragerc --- old/oslo.privsep-3.2.0/.coveragerc 2023-08-28 15:07:17.000000000 +0200 +++ new/oslo.privsep-3.3.0/.coveragerc 2024-02-22 16:06:01.000000000 +0100 @@ -1,7 +1,7 @@ [run] branch = True -source = privsep -omit = privsep/tests/*,privsep/openstack/* +source = oslo_privsep +omit = oslo_privsep/tests/* [report] -ignore-errors = True +ignore_errors = True diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/.pre-commit-config.yaml new/oslo.privsep-3.3.0/.pre-commit-config.yaml --- old/oslo.privsep-3.2.0/.pre-commit-config.yaml 2023-08-28 15:07:17.000000000 +0200 +++ new/oslo.privsep-3.3.0/.pre-commit-config.yaml 2024-02-22 16:06:01.000000000 +0100 @@ -32,7 +32,7 @@ - id: flake8 name: flake8 additional_dependencies: - - hacking>=3.0.1,<3.1.0 + - hacking>=6.1.0,<6.2.0 language: python entry: flake8 files: '^.*\.py$' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/AUTHORS new/oslo.privsep-3.3.0/AUTHORS --- old/oslo.privsep-3.2.0/AUTHORS 2023-08-28 15:07:43.000000000 +0200 +++ new/oslo.privsep-3.3.0/AUTHORS 2024-02-22 16:06:29.000000000 +0100 @@ -38,7 +38,9 @@ Sam Wan <sam.wan@emc.com> Sean McGinnis <sean.mcginnis@gmail.com> Stephen Finucane <stephenfin@redhat.com> +Sven Kieske <kieske@osism.tech> Swapnil Kulkarni (coolsvap) <me@coolsvap.net> +Takashi Kajinami <kajinamit@oss.nttdata.com> Takashi Kajinami <tkajinam@redhat.com> Thierry Carrez <thierry@openstack.org> TommyLike <tommylikehu@gmail.com> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/ChangeLog new/oslo.privsep-3.3.0/ChangeLog --- old/oslo.privsep-3.2.0/ChangeLog 2023-08-28 15:07:43.000000000 +0200 +++ new/oslo.privsep-3.3.0/ChangeLog 2024-02-22 16:06:29.000000000 +0100 @@ -1,10 +1,23 @@ CHANGES ======= +3.3.0 +----- + +* Display coverage report +* reno: Update master for unmaintained/yoga +* Bump hacking +* Update python classifier in setup.cfg +* add new kernel capabilities +* Fix wrong path in coveragerc +* fix broken links in readme +* Update master for stable/2023.2 + 3.2.0 ----- * Imported Translations from Zanata +* Bump bandit * Revert "Moves supported python runtimes from version 3.8 to 3.10" * Moves supported python runtimes from version 3.8 to 3.10 * setgid should be called before setuid diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/PKG-INFO new/oslo.privsep-3.3.0/PKG-INFO --- old/oslo.privsep-3.2.0/PKG-INFO 2023-08-28 15:07:43.602480600 +0200 +++ new/oslo.privsep-3.3.0/PKG-INFO 2024-02-22 16:06:29.888966600 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: oslo.privsep -Version: 3.2.0 +Version: 3.3.0 Summary: OpenStack library for privilege separation Home-page: https://docs.openstack.org/oslo.privsep/latest/ Author: OpenStack @@ -37,10 +37,10 @@ * Bugs: https://bugs.launchpad.net/oslo.privsep * Release Notes: https://docs.openstack.org/releasenotes/oslo.privsep - .. _principle of least privilege: https://en.wikipedia.org/wiki/\ - Principle_of_least_privilege - .. _specification: https://specs.openstack.org/openstack/\ - oslo-specs/specs/liberty/privsep.html + .. _principle of least privilege: + https://en.wikipedia.org/wiki/Principle_of_least_privilege + .. _specification: + https://specs.openstack.org/openstack/oslo-specs/specs/liberty/privsep.html Platform: UNKNOWN @@ -54,6 +54,7 @@ Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: Implementation :: CPython Requires-Python: >=3.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/README.rst new/oslo.privsep-3.3.0/README.rst --- old/oslo.privsep-3.2.0/README.rst 2023-08-28 15:07:17.000000000 +0200 +++ new/oslo.privsep-3.3.0/README.rst 2024-02-22 16:06:01.000000000 +0100 @@ -29,7 +29,7 @@ * Bugs: https://bugs.launchpad.net/oslo.privsep * Release Notes: https://docs.openstack.org/releasenotes/oslo.privsep -.. _principle of least privilege: https://en.wikipedia.org/wiki/\ - Principle_of_least_privilege -.. _specification: https://specs.openstack.org/openstack/\ - oslo-specs/specs/liberty/privsep.html +.. _principle of least privilege: + https://en.wikipedia.org/wiki/Principle_of_least_privilege +.. _specification: + https://specs.openstack.org/openstack/oslo-specs/specs/liberty/privsep.html diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/oslo.privsep.egg-info/PKG-INFO new/oslo.privsep-3.3.0/oslo.privsep.egg-info/PKG-INFO --- old/oslo.privsep-3.2.0/oslo.privsep.egg-info/PKG-INFO 2023-08-28 15:07:43.000000000 +0200 +++ new/oslo.privsep-3.3.0/oslo.privsep.egg-info/PKG-INFO 2024-02-22 16:06:29.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: oslo.privsep -Version: 3.2.0 +Version: 3.3.0 Summary: OpenStack library for privilege separation Home-page: https://docs.openstack.org/oslo.privsep/latest/ Author: OpenStack @@ -37,10 +37,10 @@ * Bugs: https://bugs.launchpad.net/oslo.privsep * Release Notes: https://docs.openstack.org/releasenotes/oslo.privsep - .. _principle of least privilege: https://en.wikipedia.org/wiki/\ - Principle_of_least_privilege - .. _specification: https://specs.openstack.org/openstack/\ - oslo-specs/specs/liberty/privsep.html + .. _principle of least privilege: + https://en.wikipedia.org/wiki/Principle_of_least_privilege + .. _specification: + https://specs.openstack.org/openstack/oslo-specs/specs/liberty/privsep.html Platform: UNKNOWN @@ -54,6 +54,7 @@ Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: Implementation :: CPython Requires-Python: >=3.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/oslo.privsep.egg-info/SOURCES.txt new/oslo.privsep-3.3.0/oslo.privsep.egg-info/SOURCES.txt --- old/oslo.privsep-3.2.0/oslo.privsep.egg-info/SOURCES.txt 2023-08-28 15:07:43.000000000 +0200 +++ new/oslo.privsep-3.3.0/oslo.privsep.egg-info/SOURCES.txt 2024-02-22 16:06:29.000000000 +0100 @@ -58,6 +58,7 @@ releasenotes/notes/setgid-should-be-called-before-setuid-fcf01083df9d5369.yaml releasenotes/notes/un-monkey-patch-privileged-daemon-160e00296549df3d.yaml releasenotes/source/2023.1.rst +releasenotes/source/2023.2.rst releasenotes/source/conf.py releasenotes/source/index.rst releasenotes/source/newton.rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/oslo.privsep.egg-info/pbr.json new/oslo.privsep-3.3.0/oslo.privsep.egg-info/pbr.json --- old/oslo.privsep-3.2.0/oslo.privsep.egg-info/pbr.json 2023-08-28 15:07:43.000000000 +0200 +++ new/oslo.privsep-3.3.0/oslo.privsep.egg-info/pbr.json 2024-02-22 16:06:29.000000000 +0100 @@ -1 +1 @@ -{"git_version": "e46ad9c", "is_release": true} \ No newline at end of file +{"git_version": "f0c7eca", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/oslo_privsep/capabilities.py new/oslo.privsep-3.3.0/oslo_privsep/capabilities.py --- old/oslo.privsep-3.2.0/oslo_privsep/capabilities.py 2023-08-28 15:07:17.000000000 +0200 +++ new/oslo.privsep-3.3.0/oslo_privsep/capabilities.py 2024-02-22 16:06:01.000000000 +0100 @@ -24,7 +24,7 @@ # Generated with: # awk '/^#define CAP_[A-Z_]+[ \t]+[0-9]+/ {print $2,"=",$3}' \ # include/uapi/linux/capability.h - # From the 4.11.11 kernel and the kernel git SHA:235b84fc862 + # From the 6.6.6 kernel and the kernel git SHA:0c38b88c3323 # Will need to be refreshed as new capabilites are added to the kernel CAP_CHOWN = 0 CAP_DAC_OVERRIDE = 1 @@ -64,6 +64,9 @@ CAP_WAKE_ALARM = 35 CAP_BLOCK_SUSPEND = 36 CAP_AUDIT_READ = 37 + CAP_PERFMON = 38 + CAP_BPF = 39 + CAP_CHECKPOINT_RESTORE = 40 CAPS_BYNAME = {} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/releasenotes/source/2023.2.rst new/oslo.privsep-3.3.0/releasenotes/source/2023.2.rst --- old/oslo.privsep-3.2.0/releasenotes/source/2023.2.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.privsep-3.3.0/releasenotes/source/2023.2.rst 2024-02-22 16:06:01.000000000 +0100 @@ -0,0 +1,6 @@ +=========================== +2023.2 Series Release Notes +=========================== + +.. release-notes:: + :branch: stable/2023.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/releasenotes/source/index.rst new/oslo.privsep-3.3.0/releasenotes/source/index.rst --- old/oslo.privsep-3.2.0/releasenotes/source/index.rst 2023-08-28 15:07:17.000000000 +0200 +++ new/oslo.privsep-3.3.0/releasenotes/source/index.rst 2024-02-22 16:06:01.000000000 +0100 @@ -6,6 +6,7 @@ :maxdepth: 1 unreleased + 2023.2 2023.1 zed yoga diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/releasenotes/source/yoga.rst new/oslo.privsep-3.3.0/releasenotes/source/yoga.rst --- old/oslo.privsep-3.2.0/releasenotes/source/yoga.rst 2023-08-28 15:07:17.000000000 +0200 +++ new/oslo.privsep-3.3.0/releasenotes/source/yoga.rst 2024-02-22 16:06:01.000000000 +0100 @@ -3,4 +3,4 @@ ========================= .. release-notes:: - :branch: stable/yoga + :branch: unmaintained/yoga diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/requirements.txt new/oslo.privsep-3.3.0/requirements.txt --- old/oslo.privsep-3.2.0/requirements.txt 2023-08-28 15:07:17.000000000 +0200 +++ new/oslo.privsep-3.3.0/requirements.txt 2024-02-22 16:06:01.000000000 +0100 @@ -1,7 +1,3 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - oslo.log>=3.36.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/setup.cfg new/oslo.privsep-3.3.0/setup.cfg --- old/oslo.privsep-3.2.0/setup.cfg 2023-08-28 15:07:43.602480600 +0200 +++ new/oslo.privsep-3.3.0/setup.cfg 2024-02-22 16:06:29.888966600 +0100 @@ -18,6 +18,7 @@ Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/test-requirements.txt new/oslo.privsep-3.3.0/test-requirements.txt --- old/oslo.privsep-3.2.0/test-requirements.txt 2023-08-28 15:07:17.000000000 +0200 +++ new/oslo.privsep-3.3.0/test-requirements.txt 2024-02-22 16:06:01.000000000 +0100 @@ -1,13 +1,9 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD stestr>=2.0.0 # Apache-2.0 # Bandit security code scanner -bandit>=1.6.0,<1.7.0 # Apache-2.0 +bandit>=1.7.0,<1.8.0 # Apache-2.0 pre-commit>=2.6.0 # MIT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.privsep-3.2.0/tox.ini new/oslo.privsep-3.3.0/tox.ini --- old/oslo.privsep-3.2.0/tox.ini 2023-08-28 15:07:17.000000000 +0200 +++ new/oslo.privsep-3.3.0/tox.ini 2024-02-22 16:06:01.000000000 +0100 @@ -33,13 +33,17 @@ sphinx-build -W --keep-going -b html doc/source doc/build/html [testenv:cover] +deps = {[testenv]deps} + coverage setenv = - PYTHON=coverage run --source $project --parallel-mode + PYTHON=coverage run --source oslo_privsep --parallel-mode commands = + coverage erase stestr run {posargs} coverage combine coverage html -d cover coverage xml -o cover/coverage.xml + coverage report --show-missing [flake8] # E123, E125 skipped as they are invalid PEP-8.
participants (1)
-
Source-Sync