From 57331ce4c180b0c656a2dfef4e9504456e6050a6b4c5ed10c5eec903d872bdd4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Mar 2020 09:15:16 +0000 Subject: [PATCH 1/2] - update to 1.2.0: * Drop python2.7 and 3.4 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-websupport?expand=0&rev=23 --- python-sphinxcontrib-websupport.changes | 6 ++++++ python-sphinxcontrib-websupport.spec | 5 +++-- sphinxcontrib-websupport-1.1.2.tar.gz | 3 --- sphinxcontrib-websupport-1.2.0.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 sphinxcontrib-websupport-1.1.2.tar.gz create mode 100644 sphinxcontrib-websupport-1.2.0.tar.gz diff --git a/python-sphinxcontrib-websupport.changes b/python-sphinxcontrib-websupport.changes index 3f41db4..70f45e3 100644 --- a/python-sphinxcontrib-websupport.changes +++ b/python-sphinxcontrib-websupport.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 2 09:13:59 UTC 2020 - Dirk Mueller + +- update to 1.2.0: + * Drop python2.7 and 3.4 support + ------------------------------------------------------------------- Thu Jun 6 10:48:40 UTC 2019 - Tomáš Chvátal diff --git a/python-sphinxcontrib-websupport.spec b/python-sphinxcontrib-websupport.spec index d58e02b..7eb7b33 100644 --- a/python-sphinxcontrib-websupport.spec +++ b/python-sphinxcontrib-websupport.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinxcontrib-websupport # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,8 +25,9 @@ %define psuffix %{nil} %bcond_with test %endif +%global skip_python2 1 Name: python-sphinxcontrib-websupport%{psuffix} -Version: 1.1.2 +Version: 1.2.0 Release: 0 Summary: Sphinx API for Web Apps License: BSD-2-Clause diff --git a/sphinxcontrib-websupport-1.1.2.tar.gz b/sphinxcontrib-websupport-1.1.2.tar.gz deleted file mode 100644 index 4bf7ee5..0000000 --- a/sphinxcontrib-websupport-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1501befb0fdf1d1c29a800fdbf4ef5dc5369377300ddbdd16d2cd40e54c6eefc -size 599000 diff --git a/sphinxcontrib-websupport-1.2.0.tar.gz b/sphinxcontrib-websupport-1.2.0.tar.gz new file mode 100644 index 0000000..27c5cb3 --- /dev/null +++ b/sphinxcontrib-websupport-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad3fbd312bc36a31841e06e7617471587ef642bdacdbdddaa8cc30cf251b5ea +size 601365 From 335ab70ab564227544b95b3f9f02a09deee7870a388aa765cf11b547c88a1af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 27 Mar 2020 12:48:55 +0000 Subject: [PATCH 2/2] Accepting request 788973 from home:pgajdos:python - version update to 1.2.1 * #41: templates/searchresults.html is missing in the source tarball OBS-URL: https://build.opensuse.org/request/show/788973 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-websupport?expand=0&rev=24 --- python-sphinxcontrib-websupport.changes | 6 ++++++ python-sphinxcontrib-websupport.spec | 2 +- sphinxcontrib-websupport-1.2.0.tar.gz | 3 --- sphinxcontrib-websupport-1.2.1.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 sphinxcontrib-websupport-1.2.0.tar.gz create mode 100644 sphinxcontrib-websupport-1.2.1.tar.gz diff --git a/python-sphinxcontrib-websupport.changes b/python-sphinxcontrib-websupport.changes index 70f45e3..e108c91 100644 --- a/python-sphinxcontrib-websupport.changes +++ b/python-sphinxcontrib-websupport.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 27 09:00:20 UTC 2020 - pgajdos@suse.com + +- version update to 1.2.1 + * #41: templates/searchresults.html is missing in the source tarball + ------------------------------------------------------------------- Mon Mar 2 09:13:59 UTC 2020 - Dirk Mueller diff --git a/python-sphinxcontrib-websupport.spec b/python-sphinxcontrib-websupport.spec index 7eb7b33..4641ceb 100644 --- a/python-sphinxcontrib-websupport.spec +++ b/python-sphinxcontrib-websupport.spec @@ -27,7 +27,7 @@ %endif %global skip_python2 1 Name: python-sphinxcontrib-websupport%{psuffix} -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Sphinx API for Web Apps License: BSD-2-Clause diff --git a/sphinxcontrib-websupport-1.2.0.tar.gz b/sphinxcontrib-websupport-1.2.0.tar.gz deleted file mode 100644 index 27c5cb3..0000000 --- a/sphinxcontrib-websupport-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bad3fbd312bc36a31841e06e7617471587ef642bdacdbdddaa8cc30cf251b5ea -size 601365 diff --git a/sphinxcontrib-websupport-1.2.1.tar.gz b/sphinxcontrib-websupport-1.2.1.tar.gz new file mode 100644 index 0000000..022de21 --- /dev/null +++ b/sphinxcontrib-websupport-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545f5da4bd7757e82b8a23ce3af9500c6ffeedbcb13429fca436ad1e80bd10cf +size 602281