From a88996e68aa4e099d08e2f320f49e2ebbbd4477253002943f290f7e9b8e10fb0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 9 Oct 2020 19:16:31 +0000 Subject: [PATCH] update to stable/victoria OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-os-api-ref?expand=0&rev=24 --- _service | 2 +- os-api-ref-2.0.1.tar.gz | 3 --- os-api-ref-2.1.0.tar.gz | 3 +++ python-os-api-ref.changes | 9 +++++++++ python-os-api-ref.spec | 10 +++++----- 5 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 os-api-ref-2.0.1.tar.gz create mode 100644 os-api-ref-2.1.0.tar.gz diff --git a/_service b/_service index 017caa4..456629e 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/os-api-ref/os-api-ref.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/os-api-ref/os-api-ref.spec.j2 python-os-api-ref.spec https://opendev.org/openstack/os-api-ref/raw/branch/master/requirements.txt cloud-devel@suse.de diff --git a/os-api-ref-2.0.1.tar.gz b/os-api-ref-2.0.1.tar.gz deleted file mode 100644 index 1674316..0000000 --- a/os-api-ref-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9aa17bc7bb767647797d4cdf1670d322560b01893e966f7988bbe1215a23813b -size 91060 diff --git a/os-api-ref-2.1.0.tar.gz b/os-api-ref-2.1.0.tar.gz new file mode 100644 index 0000000..01a959a --- /dev/null +++ b/os-api-ref-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89133f36e4ba187408d851ab2e0f1c8419877ca928af6f63a390e721b367798 +size 87511 diff --git a/python-os-api-ref.changes b/python-os-api-ref.changes index edc653c..6427b87 100644 --- a/python-os-api-ref.changes +++ b/python-os-api-ref.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 9 19:16:27 UTC 2020 - cloud-devel@suse.de + +- update to version 2.1.0 + - Remove unused translation content + - Remove .testr.conf + - Switch to newer openstackdocstheme version + - Update sphinx-testing requirements to >=1.0.1 + ------------------------------------------------------------------- Tue May 12 09:47:34 UTC 2020 - cloud-devel@suse.de diff --git a/python-os-api-ref.spec b/python-os-api-ref.spec index 799d521..0b91246 100644 --- a/python-os-api-ref.spec +++ b/python-os-api-ref.spec @@ -17,18 +17,18 @@ Name: python-os-api-ref -Version: 2.0.1 +Version: 2.1.0 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-2.0.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/os-api-ref/os-api-ref-2.1.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PyYAML >= 3.12 BuildRequires: python3-Sphinx BuildRequires: python3-beautifulsoup4 -BuildRequires: python3-openstackdocstheme >= 1.18.1 +BuildRequires: python3-openstackdocstheme >= 2.2.1 BuildRequires: python3-pbr >= 2.0.0 BuildRequires: python3-python-subunit BuildRequires: python3-six >= 1.10.0 @@ -54,7 +54,7 @@ Summary: Sphinx Extensions to support API reference sites in OpenStack Group: Development/Languages/Python Requires: python3-PyYAML >= 3.12 Requires: python3-Sphinx -Requires: python3-openstackdocstheme >= 1.18.1 +Requires: python3-openstackdocstheme >= 2.2.1 Requires: python3-pbr >= 2.0.0 Requires: python3-six >= 1.10.0 @@ -73,7 +73,7 @@ expand / collapse all sections. This package contains the Python 3.x module. %prep -%autosetup -p1 -n os-api-ref-2.0.1 +%autosetup -p1 -n os-api-ref-2.1.0 %py_req_cleanup %build