Hello community,
here is the log from the commit of package python-castellan for
openSUSE:Factory checked in at 2019-12-04 13:48:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-castellan (Old)
and /work/SRC/openSUSE:Factory/.python-castellan.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-castellan"
Wed Dec 4 13:48:02 2019 rev:9 rq:736638 version:1.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-castellan/python-castellan.changes
2019-05-03 22:40:01.654938630 +0200
+++
/work/SRC/openSUSE:Factory/.python-castellan.new.4691/python-castellan.changes
2019-12-04 14:18:45.362361506 +0100
@@ -1,0 +2,14 @@
+Wed Oct 9 12:51:28 UTC 2019 - [email protected]
+
+- update to version 1.3.1
+ - Cap Bandit below 1.6.0 and update Sphinx requirement
+ - Replace openstack.org git:// URLs with https://
+ - OpenDev Migration Patch
+ - List requests as explicit dependency
+ - Add bindep.txt
+ - Use opendev repository
+ - Add Python 3 Train unit tests
+ - Update master for stable/stein
+ - Dropping the py35 testing
+
+-------------------------------------------------------------------
Old:
----
castellan-1.2.2.tar.gz
New:
----
castellan-1.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-castellan.spec ++++++
--- /var/tmp/diff_new_pack.mPi97y/_old 2019-12-04 14:18:45.918361577 +0100
+++ /var/tmp/diff_new_pack.mPi97y/_new 2019-12-04 14:18:45.918361577 +0100
@@ -17,13 +17,13 @@
Name: python-castellan
-Version: 1.2.2
+Version: 1.3.1
Release: 0
Summary: Generic Key Manager interface for OpenStack
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/castellan
-Source0:
https://files.pythonhosted.org/packages/source/c/castellan/castellan-1.2.2.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/c/castellan/castellan-1.3.1.tar.gz
BuildRequires: openstack-macros
BuildRequires: python2-barbicanclient >= 4.5.2
BuildRequires: python2-cryptography >= 2.1
@@ -32,7 +32,6 @@
BuildRequires: python2-oslo.log >= 3.36.0
BuildRequires: python2-oslotest
BuildRequires: python2-pifpaf
-BuildRequires: python2-python-subunit
BuildRequires: python2-reno
BuildRequires: python2-setuptools
BuildRequires: python2-stestr
@@ -45,7 +44,6 @@
BuildRequires: python3-oslo.log >= 3.36.0
BuildRequires: python3-oslotest
BuildRequires: python3-pifpaf
-BuildRequires: python3-python-subunit
BuildRequires: python3-reno
BuildRequires: python3-setuptools
BuildRequires: python3-stestr
@@ -60,6 +58,7 @@
Requires: python-oslo.i18n >= 3.15.3
Requires: python-oslo.log >= 3.36.0
Requires: python-oslo.utils >= 3.33.0
+Requires: python-requests >= 2.14.2
Requires: python-stevedore >= 1.20.0
BuildArch: noarch
%python_subpackages
@@ -70,21 +69,21 @@
%package -n python-castellan-doc
Summary: Documentation for castellan
Group: Documentation/HTML
-BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme
+BuildRequires: python3-Sphinx
+BuildRequires: python3-openstackdocstheme
%description -n python-castellan-doc
Castellan is a generic Key Manager interface for OpenStack.
This package contains the documentation
%prep
-%autosetup -p1 -n castellan-1.2.2
+%autosetup -p1 -n castellan-1.3.1
%py_req_cleanup
%build
%{python_build}
# generate html docs
-%{__python2} setup.py build_sphinx
+PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.mPi97y/_old 2019-12-04 14:18:45.942361580 +0100
+++ /var/tmp/diff_new_pack.mPi97y/_new 2019-12-04 14:18:45.942361580 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/castellan/castellan.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/castellan/castellan.spec.j2</param>
<param name="output-name">python-castellan.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/castellan/stable/stein/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/castellan/stable/train/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,castellan</param>
</service>
++++++ castellan-1.2.2.tar.gz -> castellan-1.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/.zuul.yaml
new/castellan-1.3.1/.zuul.yaml
--- old/castellan-1.2.2/.zuul.yaml 2019-02-28 19:02:40.000000000 +0100
+++ new/castellan-1.3.1/.zuul.yaml 2019-09-04 16:25:06.000000000 +0200
@@ -39,12 +39,12 @@
s-object: false
s-proxy: false
devstack_plugins:
- barbican: git://git.openstack.org/openstack/barbican
+ barbican: https://opendev.org/openstack/barbican
tox_environment:
PYTHONUNBUFFERED: 'true'
tox_install_siblings: false # I don't know what this means
tox_envlist: functional
- zuul_work_dir: src/git.openstack.org/openstack/castellan
+ zuul_work_dir: src/opendev.org/openstack/castellan
- project:
check:
@@ -61,8 +61,7 @@
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python36-jobs
- - openstack-python37-jobs
+ - openstack-python3-train-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/AUTHORS new/castellan-1.3.1/AUTHORS
--- old/castellan-1.2.2/AUTHORS 2019-02-28 19:06:34.000000000 +0100
+++ new/castellan-1.3.1/AUTHORS 2019-09-04 16:26:07.000000000 +0200
@@ -3,6 +3,7 @@
Alan Bishop <[email protected]>
Andreas Jaeger <[email protected]>
Anusree <[email protected]>
+Ben Nemec <[email protected]>
Brianna Poulos <[email protected]>
Brianna Poulos <[email protected]>
Chris Solis <[email protected]>
@@ -17,6 +18,8 @@
Ellen Batbouta <[email protected]>
Fernando Diaz <[email protected]>
Flavio Percoco <[email protected]>
+Ghanshyam Mann <[email protected]>
+Ian Wienand <[email protected]>
James E. Blair <[email protected]>
James Page <[email protected]>
Jamie Lennox <[email protected]>
@@ -28,6 +31,7 @@
Juan Antonio Osorio Robles <[email protected]>
Kaitlin Farr <[email protected]>
Kiran_totad <[email protected]>
+Le Hou <[email protected]>
Michael McCune <[email protected]>
Moises Guimaraes de Medeiros <[email protected]>
Moisés Guimarães de Medeiros <[email protected]>
@@ -36,6 +40,7 @@
Niall Bunting <[email protected]>
OpenStack Release Bot <[email protected]>
Paul Bourke <[email protected]>
+Pavlo Shchelokovskyy <[email protected]>
Robert Clark <[email protected]>
Steve Martinelli <[email protected]>
Sungjin Yook <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/ChangeLog
new/castellan-1.3.1/ChangeLog
--- old/castellan-1.2.2/ChangeLog 2019-02-28 19:06:34.000000000 +0100
+++ new/castellan-1.3.1/ChangeLog 2019-09-04 16:26:07.000000000 +0200
@@ -1,6 +1,23 @@
CHANGES
=======
+1.3.1
+-----
+
+* Add bindep.txt
+* Add Python 3 Train unit tests
+
+1.3.0
+-----
+
+* Cap Bandit below 1.6.0 and update Sphinx requirement
+* List requests as explicit dependency
+* Use opendev repository
+* OpenDev Migration Patch
+* Dropping the py35 testing
+* Replace openstack.org git:// URLs with https://
+* Update master for stable/stein
+
1.2.2
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/PKG-INFO new/castellan-1.3.1/PKG-INFO
--- old/castellan-1.2.2/PKG-INFO 2019-02-28 19:06:34.000000000 +0100
+++ new/castellan-1.3.1/PKG-INFO 2019-09-04 16:26:07.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: castellan
-Version: 1.2.2
+Version: 1.3.1
Summary: Generic Key Manager interface for OpenStack
Home-page: https://docs.openstack.org/castellan/latest/
Author: OpenStack
@@ -14,7 +14,7 @@
* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/castellan/latest
- * Source: https://git.openstack.org/cgit/openstack/castellan
+ * Source: https://opendev.org/openstack/castellan
* Bugs: https://bugs.launchpad.net/castellan
* Release notes: https://docs.openstack.org/releasenotes/castellan
@@ -35,4 +35,5 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/README.rst
new/castellan-1.3.1/README.rst
--- old/castellan-1.2.2/README.rst 2019-02-28 19:02:40.000000000 +0100
+++ new/castellan-1.3.1/README.rst 2019-09-04 16:25:06.000000000 +0200
@@ -6,7 +6,7 @@
* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/castellan/latest
-* Source: https://git.openstack.org/cgit/openstack/castellan
+* Source: https://opendev.org/openstack/castellan
* Bugs: https://bugs.launchpad.net/castellan
* Release notes: https://docs.openstack.org/releasenotes/castellan
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/bindep.txt
new/castellan-1.3.1/bindep.txt
--- old/castellan-1.2.2/bindep.txt 1970-01-01 01:00:00.000000000 +0100
+++ new/castellan-1.3.1/bindep.txt 2019-09-04 16:25:06.000000000 +0200
@@ -0,0 +1,4 @@
+# This is a cross-platform list tracking distribution packages needed for
install and tests;
+# see https://docs.openstack.org/infra/bindep/ for additional information.
+
+unzip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/castellan.egg-info/PKG-INFO
new/castellan-1.3.1/castellan.egg-info/PKG-INFO
--- old/castellan-1.2.2/castellan.egg-info/PKG-INFO 2019-02-28
19:06:34.000000000 +0100
+++ new/castellan-1.3.1/castellan.egg-info/PKG-INFO 2019-09-04
16:26:07.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: castellan
-Version: 1.2.2
+Version: 1.3.1
Summary: Generic Key Manager interface for OpenStack
Home-page: https://docs.openstack.org/castellan/latest/
Author: OpenStack
@@ -14,7 +14,7 @@
* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/castellan/latest
- * Source: https://git.openstack.org/cgit/openstack/castellan
+ * Source: https://opendev.org/openstack/castellan
* Bugs: https://bugs.launchpad.net/castellan
* Release notes: https://docs.openstack.org/releasenotes/castellan
@@ -35,4 +35,5 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/castellan.egg-info/SOURCES.txt
new/castellan-1.3.1/castellan.egg-info/SOURCES.txt
--- old/castellan-1.2.2/castellan.egg-info/SOURCES.txt 2019-02-28
19:06:34.000000000 +0100
+++ new/castellan-1.3.1/castellan.egg-info/SOURCES.txt 2019-09-04
16:26:07.000000000 +0200
@@ -9,6 +9,7 @@
LICENSE
README.rst
babel.cfg
+bindep.txt
lower-constraints.txt
requirements.txt
setup.cfg
@@ -111,6 +112,7 @@
releasenotes/source/pike.rst
releasenotes/source/queens.rst
releasenotes/source/rocky.rst
+releasenotes/source/stein.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/castellan.egg-info/pbr.json
new/castellan-1.3.1/castellan.egg-info/pbr.json
--- old/castellan-1.2.2/castellan.egg-info/pbr.json 2019-02-28
19:06:34.000000000 +0100
+++ new/castellan-1.3.1/castellan.egg-info/pbr.json 2019-09-04
16:26:07.000000000 +0200
@@ -1 +1 @@
-{"git_version": "9a34dc9", "is_release": true}
\ No newline at end of file
+{"git_version": "54af64d", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/castellan.egg-info/requires.txt
new/castellan-1.3.1/castellan.egg-info/requires.txt
--- old/castellan-1.2.2/castellan.egg-info/requires.txt 2019-02-28
19:06:34.000000000 +0100
+++ new/castellan-1.3.1/castellan.egg-info/requires.txt 2019-09-04
16:26:07.000000000 +0200
@@ -9,3 +9,4 @@
oslo.utils>=3.33.0
stevedore>=1.20.0
keystoneauth1>=3.4.0
+requests!=2.20.0,>=2.14.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/releasenotes/source/index.rst
new/castellan-1.3.1/releasenotes/source/index.rst
--- old/castellan-1.2.2/releasenotes/source/index.rst 2019-02-28
19:02:40.000000000 +0100
+++ new/castellan-1.3.1/releasenotes/source/index.rst 2019-09-04
16:25:06.000000000 +0200
@@ -6,6 +6,7 @@
:maxdepth: 1
unreleased
+ stein
rocky
queens
pike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/releasenotes/source/stein.rst
new/castellan-1.3.1/releasenotes/source/stein.rst
--- old/castellan-1.2.2/releasenotes/source/stein.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/castellan-1.3.1/releasenotes/source/stein.rst 2019-09-04
16:25:06.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Stein Series Release Notes
+===================================
+
+.. release-notes::
+ :branch: stable/stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/requirements.txt
new/castellan-1.3.1/requirements.txt
--- old/castellan-1.2.2/requirements.txt 2019-02-28 19:02:40.000000000
+0100
+++ new/castellan-1.3.1/requirements.txt 2019-09-04 16:25:06.000000000
+0200
@@ -13,3 +13,4 @@
oslo.utils>=3.33.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
keystoneauth1>=3.4.0 # Apache-2.0
+requests>=2.14.2,!=2.20.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/setup.cfg
new/castellan-1.3.1/setup.cfg
--- old/castellan-1.2.2/setup.cfg 2019-02-28 19:06:34.000000000 +0100
+++ new/castellan-1.3.1/setup.cfg 2019-09-04 16:26:07.000000000 +0200
@@ -16,7 +16,8 @@
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
+ Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
[files]
packages =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/test-requirements.txt
new/castellan-1.3.1/test-requirements.txt
--- old/castellan-1.2.2/test-requirements.txt 2019-02-28 19:02:40.000000000
+0100
+++ new/castellan-1.3.1/test-requirements.txt 2019-09-04 16:25:06.000000000
+0200
@@ -6,13 +6,14 @@
coverage!=4.4,>=4.0 # Apache-2.0
python-barbicanclient>=4.5.2 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
pifpaf>=0.10.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/castellan-1.2.2/tox.ini new/castellan-1.3.1/tox.ini
--- old/castellan-1.2.2/tox.ini 2019-02-28 19:02:40.000000000 +0100
+++ new/castellan-1.3.1/tox.ini 2019-09-04 16:25:06.000000000 +0200
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py36,py27,pep8
+envlist = py27,py37,pep8
skipsdist = True
[testenv]
@@ -10,7 +10,7 @@
VIRTUAL_ENV={envdir}
OS_TEST_PATH=./castellan/tests/unit
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}
@@ -104,3 +104,15 @@
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
+
+[testenv:bindep]
+basepython = python3
+# Do not install any requirements. We want this to be fast and work even if
+# system dependencies are missing, since it's used to tell you what system
+# dependencies are missing! This also means that bindep must be installed
+# separately, outside of the requirements files, and develop mode disabled
+# explicitly to avoid unnecessarily installing the checked-out repo too (this
+# further relies on "tox.skipsdist = True" above).
+deps = bindep
+commands = bindep test
+usedevelop = False