diff --git a/_service b/_service index 0e9837e..017caa4 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/os-api-ref/os-api-ref.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/os-api-ref/os-api-ref.spec.j2 python-os-api-ref.spec - https://raw.githubusercontent.com/openstack/os-api-ref/master/requirements.txt + https://opendev.org/openstack/os-api-ref/raw/branch/master/requirements.txt cloud-devel@suse.de gh,openstack,os-api-ref diff --git a/os-api-ref-1.6.2.tar.gz b/os-api-ref-1.6.2.tar.gz deleted file mode 100644 index a1be1d9..0000000 --- a/os-api-ref-1.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecf5e35aeba4c474cacd27d9dd8c44345bbe5c0362ffa90b0f1a8d94a3a4c8c8 -size 91367 diff --git a/os-api-ref-2.0.1.tar.gz b/os-api-ref-2.0.1.tar.gz new file mode 100644 index 0000000..1674316 --- /dev/null +++ b/os-api-ref-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa17bc7bb767647797d4cdf1670d322560b01893e966f7988bbe1215a23813b +size 91060 diff --git a/python-os-api-ref.changes b/python-os-api-ref.changes index 9c3a309..edc653c 100644 --- a/python-os-api-ref.changes +++ b/python-os-api-ref.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue May 12 09:47:34 UTC 2020 - cloud-devel@suse.de + +- update to version 2.0.1 + - [ussuri][goal] Drop python 2.7 support and testing + - Use Ussuri jobs + - Update hacking for Python3 + ------------------------------------------------------------------- Fri Mar 13 08:49:12 UTC 2020 - Dirk Mueller diff --git a/python-os-api-ref.spec b/python-os-api-ref.spec index 4dd2fdf..799d521 100644 --- a/python-os-api-ref.spec +++ b/python-os-api-ref.spec @@ -17,13 +17,13 @@ Name: python-os-api-ref -Version: 1.6.2 +Version: 2.0.1 Release: 0 Summary: Sphinx Extensions to support API reference sites in OpenStack License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/%{sname} -Source0: https://files.pythonhosted.org/packages/source/o/os-api-ref/os-api-ref-1.6.2.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/os-api-ref/os-api-ref-2.0.1.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PyYAML >= 3.12 BuildRequires: python3-Sphinx @@ -73,7 +73,7 @@ expand / collapse all sections. This package contains the Python 3.x module. %prep -%autosetup -p1 -n os-api-ref-1.6.2 +%autosetup -p1 -n os-api-ref-2.0.1 %py_req_cleanup %build