Hello community,

here is the log from the commit of package python-castellan for 
openSUSE:Factory checked in at 2017-08-28 15:29:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-castellan (Old)
 and      /work/SRC/openSUSE:Factory/.python-castellan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-castellan"

Mon Aug 28 15:29:49 2017 rev:3 rq:514858 version:0.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-castellan/python-castellan.changes        
2017-02-21 13:39:59.415973857 +0100
+++ /work/SRC/openSUSE:Factory/.python-castellan.new/python-castellan.changes   
2017-08-28 15:29:52.669522108 +0200
@@ -1,0 +2,29 @@
+Mon Aug  7 08:04:58 UTC 2017 - [email protected]
+
+- update to version 0.12.0
+  - Correct config path in functional test
+  - removed the older version of python
+  - Enable some off-by-default checks
+  - Remove outdated comment
+  - Add ability to get only metadata
+  - Add option for verifying TLS (https) requests
+  - MockKeyManager should return a copy of the object instead of actual object
+  - Fix incorrect config in usage doc
+  - Removes unnecessary utf-8 encoding
+  - rearrange existing documentation to fit the new standard layout
+  - Fix gate failure on pep8
+  - Optimize the link address
+  - Replacing six.iteritems() with .items()
+  - Change keystone endpoint
+  - Update docs on config generation
+  - Switch from oslosphinx to openstackdocstheme
+  - Update the doc URL in the documents
+  - Fix error in credential_factory
+  - Update .gitignore
+  - Enable warning-is-error in doc build
+  - Fixes all current typo errors on Castellan project.
+  - Remove log translations
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+  - Updated from global requirements
+
+-------------------------------------------------------------------

Old:
----
  castellan-0.5.0.tar.gz

New:
----
  castellan-0.12.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-castellan.spec ++++++
--- /var/tmp/diff_new_pack.MQPuXb/_old  2017-08-28 15:29:54.233302275 +0200
+++ /var/tmp/diff_new_pack.MQPuXb/_new  2017-08-28 15:29:54.241301150 +0200
@@ -18,7 +18,7 @@
 
 %global sname castellan
 Name:           python-castellan
-Version:        0.5.0
+Version:        0.12.0
 Release:        0
 Summary:        Generic Key Manager interface for OpenStack
 License:        Apache-2.0
@@ -27,9 +27,9 @@
 Source0:        
https://pypi.io/packages/source/c/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-barbicanclient >= 4.0.0
-BuildRequires:  python-cryptography >= 1.0
-BuildRequires:  python-oslo.config >= 3.14.0
-BuildRequires:  python-oslo.log >= 3.11.0
+BuildRequires:  python-cryptography >= 1.6
+BuildRequires:  python-oslo.config >= 4.0.0
+BuildRequires:  python-oslo.log >= 3.22.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-setuptools >= 16.0
@@ -37,13 +37,13 @@
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:       python-Babel >= 2.3.4
-Requires:       python-cryptography >= 1.0
-Requires:       python-oslo.config >= 3.14.0
-Requires:       python-oslo.context >= 2.9.0
-Requires:       python-oslo.log >= 3.11.0
-Requires:       python-oslo.policy >= 1.17.0
+Requires:       python-cryptography >= 1.6
+Requires:       python-oslo.config >= 4.0.0
+Requires:       python-oslo.context >= 2.14.0
+Requires:       python-oslo.log >= 3.22.0
+Requires:       python-oslo.policy >= 1.23.0
 Requires:       python-oslo.serialization >= 1.10.0
-Requires:       python-oslo.utils >= 3.18.0
+Requires:       python-oslo.utils >= 3.20.0
 BuildArch:      noarch
 
 %description
@@ -53,7 +53,7 @@
 Summary:        Documentation for castellan
 Group:          Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Castellan is a generic Key Manager interface for OpenStack.
@@ -62,6 +62,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.MQPuXb/_old  2017-08-28 15:29:54.325289344 +0200
+++ /var/tmp/diff_new_pack.MQPuXb/_new  2017-08-28 15:29:54.329288781 +0200
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/castellan/castellan.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/castellan/castellan.spec.j2</param>
     <param name="output-name">python-castellan.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,castellan</param>
   </service>

++++++ castellan-0.5.0.tar.gz -> castellan-0.12.0.tar.gz ++++++
++++ 2337 lines of diff (skipped)


Reply via email to