Hello community,
here is the log from the commit of package python-oslo.policy for
openSUSE:Factory checked in at 2016-09-30 15:29:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.policy (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.policy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.policy"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.policy/python-oslo.policy.changes
2016-05-19 12:14:42.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.policy.new/python-oslo.policy.changes
2016-09-30 15:29:26.000000000 +0200
@@ -1,0 +2,58 @@
+Wed Aug 31 16:24:48 UTC 2016 - [email protected]
+
+- update to version 1.14.0
+ * Revert "Adds debug logging for policy file validation"
+ * Delete H803 in flake8 ignore
+ * Allow policy file to not exist
+ * Updated from global requirements
+
+-------------------------------------------------------------------
+Wed Aug 10 14:42:42 UTC 2016 - [email protected]
+
+- update to version 1.13.0
+ * Fix mispelled method name in setup.cfg
+ * Add note about not all APIs support policy enforcement by user_id
+ * Imported Translations from Zanata
+ * Fixed unit tests running on Windows
+ * Add Python 3.5 classifier and venv
+ * Adds debug logging for policy file validation
+ * Updated from global requirements
+
+-------------------------------------------------------------------
+Mon Jul 4 15:52:41 UTC 2016 - [email protected]
+
+- update to 1.11.0:
+ * Updated from global requirements
+ * Imported Translations from Zanata
+ * Improve policy sample generation testing
+ * Add helper scripts for generating policy info
+
+-------------------------------------------------------------------
+Mon Jul 4 10:10:41 UTC 2016 - [email protected]
+
+- update to 1.9.0:
+ * Add sample file generation script and helper methods
+ * Add equality operator to policy.RuleDefault
+ * Imported Translations from Zanata
+ * Updated from global requirements
+ * Fix typo: 'olso' to 'oslo'
+ * Updated from global requirements
+ * Updated from global requirements
+ * Add reno for release notes management
+ * Add policy registration and authorize method
+ * Updated from global requirements
+ * doc: Fix wrong import statement in usage
+
+-------------------------------------------------------------------
+Sat Jun 4 06:13:56 UTC 2016 - [email protected]
+
+- update to 1.8.0:
+ * Trivial: ignore openstack/common in flake8 exclude list
+ * Updated from global requirements
+ * Imported Translations from Zanata
+ * Deprecate load_json() in favor of load()
+ * Support policy file in YAML
+- use renderspec source service
+- update spec from upstream
+
+-------------------------------------------------------------------
Old:
----
oslo.policy-1.5.0.tar.gz
New:
----
oslo.policy-1.14.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.policy.spec ++++++
--- /var/tmp/diff_new_pack.SUNsSX/_old 2016-09-30 15:29:28.000000000 +0200
+++ /var/tmp/diff_new_pack.SUNsSX/_new 2016-09-30 15:29:28.000000000 +0200
@@ -17,30 +17,31 @@
%global sname oslo.policy
-
Name: python-oslo.policy
-Version: 1.5.0
+Version: 1.14.0
Release: 0
Summary: OpenStack Oslo Policy library
License: Apache-2.0
Group: Documentation
Url: https://launchpad.net/%sname
-Source0:
https://pypi.python.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
+BuildRequires: python-PyYAML >= 3.1.0
BuildRequires: python-devel
-BuildRequires: python-oslo.config >= 3.4.0
+BuildRequires: python-oslo.config >= 3.14.0
BuildRequires: python-oslo.i18n >= 2.1.0
BuildRequires: python-oslo.serialization >= 1.10.0
-BuildRequires: python-oslo.utils >= 3.5.0
+BuildRequires: python-oslo.utils >= 3.16.0
BuildRequires: python-oslotest >= 1.10.0
-BuildRequires: python-pbr
-BuildRequires: python-requests >= 2.8.1
-BuildRequires: python-requests-mock >= 0.7.0
-Requires: python-oslo.config >= 3.4.0
+BuildRequires: python-pbr >= 1.6
+BuildRequires: python-requests >= 2.10.0
+BuildRequires: python-requests-mock >= 1.0
+Requires: python-PyYAML >= 3.1.0
+Requires: python-oslo.config >= 3.14.0
Requires: python-oslo.i18n >= 2.1.0
Requires: python-oslo.serialization >= 1.10.0
-Requires: python-oslo.utils >= 3.5.0
-Requires: python-requests >= 2.8.1
+Requires: python-oslo.utils >= 3.16.0
+Requires: python-requests >= 2.10.0
Requires: python-six >= 1.9.0
BuildArch: noarch
@@ -51,7 +52,7 @@
%package doc
Summary: Documentation for the Oslo Policy library
Group: Documentation
-BuildRequires: python-Sphinx >= 1.1.2
+BuildRequires: python-Sphinx
BuildRequires: python-oslosphinx >= 2.5.0
%description doc
@@ -61,7 +62,7 @@
%setup -q -n %{sname}-%{version}
%build
-%{__python2} setup.py build
+%{py2_build}
# generate html docs
%{__python2} setup.py build_sphinx
@@ -69,7 +70,7 @@
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
-%{__python2} setup.py install --skip-build --root %{buildroot}
+%{py2_install}
%check
%{__python2} setup.py testr
@@ -78,6 +79,9 @@
%license LICENSE
%doc README.rst
%{_bindir}/oslopolicy-checker
+%{_bindir}/oslopolicy-list-redundant
+%{_bindir}/oslopolicy-policy-generator
+%{_bindir}/oslopolicy-sample-generator
%{python2_sitelib}/oslo_policy
%{python2_sitelib}/*.egg-info
++++++ _service ++++++
--- /var/tmp/diff_new_pack.SUNsSX/_old 2016-09-30 15:29:28.000000000 +0200
+++ /var/tmp/diff_new_pack.SUNsSX/_new 2016-09-30 15:29:28.000000000 +0200
@@ -1,13 +1,13 @@
<services>
+ <service mode="disabled" name="renderspec">
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/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/rpm-packaging/master/global-requirements.txt</param>
+ </service>
<service mode="disabled" name="download_files">
<param name="changesgenerate">enable</param>
</service>
- <service mode="disabled" name="set_version">
- <param name="basename">oslo.policy</param>
- </service>
<service name="refresh_patches" mode="disabled">
<param name="changesgenerate">enable</param>
</service>
- <service name="python_requires" mode="disabled">
- </service>
</services>
++++++ oslo.policy-1.5.0.tar.gz -> oslo.policy-1.14.0.tar.gz ++++++
++++ 3284 lines of diff (skipped)