Hello community,
here is the log from the commit of package python-os-service-types for
openSUSE:Factory checked in at 2018-09-07 15:38:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-os-service-types (Old)
and /work/SRC/openSUSE:Factory/.python-os-service-types.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-os-service-types"
Fri Sep 7 15:38:32 2018 rev:3 rq:633091 version:1.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-os-service-types/python-os-service-types.changes
2018-03-19 23:35:25.507745174 +0100
+++
/work/SRC/openSUSE:Factory/.python-os-service-types.new/python-os-service-types.changes
2018-09-07 15:38:33.990590074 +0200
@@ -1,0 +2,21 @@
+Sat Sep 1 09:09:00 UTC 2018 - [email protected]
+
+- update to version 1.3.0
+ - Remove -U from pip install
+ - fix tox python3 overrides
+ - Remove reference to stable/pike from releasenotes
+ - Update api-refs
+ - Add release note link in README
+ - Updated from OpenStack Service Type Authority
+ - Switch to stestr
+ - Add factory helper function which returns a singleton
+ - Add flag for returning unofficial types
+ - Fix docs link in the README
+ - Allow passing in service types with _ in them
+ - Avoid tox_install.sh for constraints support
+ - Fix service_type normalization
+ - Add missing release notes
+ - Sort json data
+ - Updated from global requirements
+
+-------------------------------------------------------------------
Old:
----
os-service-types-1.1.0.tar.gz
New:
----
os-service-types-1.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-os-service-types.spec ++++++
--- /var/tmp/diff_new_pack.hOTYVF/_old 2018-09-07 15:38:34.498589529 +0200
+++ /var/tmp/diff_new_pack.hOTYVF/_new 2018-09-07 15:38:34.502589524 +0200
@@ -17,26 +17,28 @@
Name: python-os-service-types
-Version: 1.1.0
+Version: 1.3.0
Release: 0
Summary: Python library for consuming OpenStack sevice-types-authority
data
License: Apache-2.0
Group: Development/Languages/Python
-Url: http://docs.openstack.org/developer/os-service-types
+URL: https://docs.openstack.org/developer/os-service-types
Source0:
https://files.pythonhosted.org/packages/source/o/os-service-types/os-service-types-%{version}.tar.gz
BuildRequires: openstack-macros
-BuildRequires: python2-keystoneauth1 >= 3.3.0
-BuildRequires: python2-oslotest >= 3.2.0
+BuildRequires: python2-keystoneauth1
+BuildRequires: python2-oslotest
BuildRequires: python2-pbr >= 2.0.0
-BuildRequires: python2-python-subunit >= 1.0.0
-BuildRequires: python2-requests-mock >= 1.1.0
-BuildRequires: python2-testscenarios >= 0.4
-BuildRequires: python3-keystoneauth1 >= 3.3.0
-BuildRequires: python3-oslotest >= 3.2.0
+BuildRequires: python2-python-subunit
+BuildRequires: python2-requests-mock
+BuildRequires: python2-stestr
+BuildRequires: python2-testscenarios
+BuildRequires: python3-keystoneauth1
+BuildRequires: python3-oslotest
BuildRequires: python3-pbr >= 2.0.0
-BuildRequires: python3-python-subunit >= 1.0.0
-BuildRequires: python3-requests-mock >= 1.1.0
-BuildRequires: python3-testscenarios >= 0.4
+BuildRequires: python3-python-subunit
+BuildRequires: python3-requests-mock
+BuildRequires: python3-stestr
+BuildRequires: python3-testscenarios
Requires: python-pbr >= 2.0.0
BuildArch: noarch
%python_subpackages
@@ -53,7 +55,7 @@
Summary: Documentation for OpenStack os-service-types library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme >= 1.18.1
+BuildRequires: python-openstackdocstheme
%description -n os-service-types-doc
The OpenStack Service Types Authority contains information about official
@@ -65,7 +67,7 @@
This package contains the documentation.
%prep
-%autosetup -p1 -n os-service-types-1.1.0
+%autosetup -p1 -n os-service-types-1.3.0
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
@@ -81,9 +83,8 @@
%{python_install}
%check
-%{python_expand rm -rf .testrepository
-$python setup.py testr
-}
+export OS_TEST_PATH=os_service_types/tests
+%python_exec -m stestr.cli run
%files %{python_files}
%license LICENSE
++++++ _service ++++++
--- /var/tmp/diff_new_pack.hOTYVF/_old 2018-09-07 15:38:34.522589503 +0200
+++ /var/tmp/diff_new_pack.hOTYVF/_new 2018-09-07 15:38:34.522589503 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/os-service-types/os-service-types.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/os-service-types/os-service-types.spec.j2</param>
<param name="output-name">python-os-service-types.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/os-service-types/master/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,os-service-types</param>
</service>
++++++ os-service-types-1.1.0.tar.gz -> os-service-types-1.3.0.tar.gz ++++++
++++ 2327 lines of diff (skipped)