commit python-oslo.policy for openSUSE:Factory
Hello community, here is the log from the commit of package python-oslo.policy for openSUSE:Factory checked in at 2019-05-03 22:42:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.policy (Old) and /work/SRC/openSUSE:Factory/.python-oslo.policy.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-oslo.policy" Fri May 3 22:42:31 2019 rev:10 rq:692861 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.policy/python-oslo.policy.changes 2018-10-01 08:18:23.209930680 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslo.policy.new.5148/python-oslo.policy.changes 2019-05-03 22:42:32.791256618 +0200 @@ -2 +2,42 @@ -Wed Sep 19 23:17:37 UTC 2018 - cloud-devel@suse.de +Mon Apr 8 11:37:57 UTC 2019 - cloud-devel@suse.de + +- update to version 2.1.1 + - Use template for lower-constraints + - Fix sample config value when set_defaults is used + - Imported Translations from Zanata + - sphinxext: Start parsing 'DocumentedRuleDefault.description' as rST + - Remove PyPI downloads + - Fully log RBAC enforcement data + - Add ability to pass in target data for the oslopolicy-checker + - Add guidelines for naming policies + - Prevent sensitive target data from being logged + - generator: Reimplement wrapping of 'description' + - Change openstack-dev to openstack-discuss + - import zuul job settings from project-config + - oslopolicy-checker: iterate through rules in sorted order + - Update reno for stable/rocky + - add python 3.6 unit test job + - Add domain scope support for scope types + - Correct typo in docs + - Unit test for CLI + - Add docs for developers testing APIs + - add lib-forward-testing-python3 test job + - Move _capture_stdout to a common place + - Use oslo.config instead of argparse. + - Pass in policy name as part of the oslopolicy-check check call + - Add minor nits in testing documentation + - Docs: Remove references to JSON format + - Add ability for policy-checker to read configuration + - Add policy-upgrade tool + - Fix usage of token fixture in shell tests + - Fixes is_admin type from StrOpt to BoolOpt. + - Fixes file access using with statements. + - Update hacking version + - Make upgrades more robust with policy overrides + - Clean up .gitignore references to personal tools + - Enhance test to prevent JSON parsing regression + - Update sphinx extension logging + - add python 3.7 unit test job + +------------------------------------------------------------------- +Thu Sep 20 22:21:48 UTC 2018 - cloud-devel@suse.de Old: ---- oslo.policy-1.38.1.tar.gz New: ---- oslo.policy-2.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.policy.spec ++++++ --- /var/tmp/diff_new_pack.AUeQeb/_old 2019-05-03 22:42:34.079259330 +0200 +++ /var/tmp/diff_new_pack.AUeQeb/_new 2019-05-03 22:42:34.115259406 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-oslo.policy # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,18 @@ Name: python-oslo.policy -Version: 1.38.1 +Version: 2.1.1 Release: 0 Summary: OpenStack Oslo Policy library License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/oslo.policy -Source0: https://files.pythonhosted.org/packages/source/o/oslo.policy/oslo.policy-1.3... +Source0: https://files.pythonhosted.org/packages/source/o/oslo.policy/oslo.policy-2.1... BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-PyYAML >= 3.12 -BuildRequires: python2-docutils BuildRequires: python2-oslo.config >= 5.2.0 -BuildRequires: python2-oslo.context >= 2.21.0 +BuildRequires: python2-oslo.context >= 2.22.0 BuildRequires: python2-oslo.i18n >= 3.15.3 BuildRequires: python2-oslo.serialization >= 2.18.0 BuildRequires: python2-oslotest @@ -39,9 +38,8 @@ BuildRequires: python2-stestr BuildRequires: python3-PyYAML >= 3.12 BuildRequires: python3-devel -BuildRequires: python3-docutils BuildRequires: python3-oslo.config >= 5.2.0 -BuildRequires: python3-oslo.context >= 2.21.0 +BuildRequires: python3-oslo.context >= 2.22.0 BuildRequires: python3-oslo.i18n >= 3.15.3 BuildRequires: python3-oslo.serialization >= 2.18.0 BuildRequires: python3-oslotest @@ -51,7 +49,7 @@ BuildRequires: python3-stestr Requires: python-PyYAML >= 3.12 Requires: python-oslo.config >= 5.2.0 -Requires: python-oslo.context >= 2.21.0 +Requires: python-oslo.context >= 2.22.0 Requires: python-oslo.i18n >= 3.15.3 Requires: python-oslo.serialization >= 2.18.0 Requires: python-requests >= 2.14.2 @@ -84,9 +82,8 @@ Documentation for the Oslo Policy library. %prep -%autosetup -p1 -n oslo.policy-1.38.1 +%autosetup -p1 -n oslo.policy-2.1.1 %py_req_cleanup -sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{python_build} @@ -102,6 +99,7 @@ %python_clone -a %{buildroot}%{_bindir}/oslopolicy-list-redundant %python_clone -a %{buildroot}%{_bindir}/oslopolicy-policy-generator %python_clone -a %{buildroot}%{_bindir}/oslopolicy-sample-generator +%python_clone -a %{buildroot}%{_bindir}/oslopolicy-policy-upgrade %post %{python_install_alternative oslopolicy-checker oslopolicy-list-redundant oslopolicy-policy-generator oslopolicy-sample-generator} @@ -119,6 +117,7 @@ %python_alternative %{_bindir}/oslopolicy-list-redundant %python_alternative %{_bindir}/oslopolicy-policy-generator %python_alternative %{_bindir}/oslopolicy-sample-generator +%python_alternative %{_bindir}/oslopolicy-policy-upgrade %{python_sitelib}/oslo_policy %{python_sitelib}/*.egg-info ++++++ _service ++++++ --- /var/tmp/diff_new_pack.AUeQeb/_old 2019-05-03 22:42:34.363259928 +0200 +++ /var/tmp/diff_new_pack.AUeQeb/_new 2019-05-03 22:42:34.375259953 +0200 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.policy/oslo.policy.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.policy/oslo.policy.spec.j2</param> <param name="output-name">python-oslo.policy.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/oslo.policy/stable/rocky/requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/oslo.policy/stable/stein/requirements.txt</param> <param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-provider">gh,openstack,oslo.policy</param> </service> ++++++ oslo.policy-1.38.1.tar.gz -> oslo.policy-2.1.1.tar.gz ++++++ ++++ 2548 lines of diff (skipped)
participants (1)
-
root