From 81782e44ad24b129994d312aa8ad0920fe3b17db9e88ca61d7984d97fb6a88fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Oct 2024 12:06:02 +0000 Subject: [PATCH] Accepting request 1207134 from home:glaubitz:branches:devel:languages:python - Update to 0.1.7 * Drop python2 * Upgrade to GitHub-native Dependabot * Update semantic-version requirement from <2.5,>=2.4 to >=2.4,<2.9 (#5) * Update semantic-version requirement from <2.9,>=2.4 to >=2.4,<2.11 (#48) * Add CodeQL workflow for GitHub code scanning (#56) * Remove margin rule (#61) * Drop old classifiers and tweak license (#64) * Update releases requirement from <2.0,>=1.2.0 to >=1.2.0,<3.0 (#59) * Update CI (#63) * Update dependencies (#68) * Release v0.1.7 (#67) * Rename cd-cd.yml to ci-cd.yml (#70) OBS-URL: https://build.opensuse.org/request/show/1207134 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp-theme?expand=0&rev=12 --- aiohttp-theme-0.1.6.tar.gz | 3 --- aiohttp_theme-0.1.7.tar.gz | 3 +++ python-aiohttp-theme.changes | 17 +++++++++++++++++ python-aiohttp-theme.spec | 8 ++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 aiohttp-theme-0.1.6.tar.gz create mode 100644 aiohttp_theme-0.1.7.tar.gz diff --git a/aiohttp-theme-0.1.6.tar.gz b/aiohttp-theme-0.1.6.tar.gz deleted file mode 100644 index d5b4027..0000000 --- a/aiohttp-theme-0.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5407cd110932cc6e45c39c26003bc2e398cea9a097a6ddbeb0dcae0679ac0ba1 -size 10921 diff --git a/aiohttp_theme-0.1.7.tar.gz b/aiohttp_theme-0.1.7.tar.gz new file mode 100644 index 0000000..0e8b168 --- /dev/null +++ b/aiohttp_theme-0.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39f3e52f09a200bc8dd96be19752d922e8e3460dcc805d03bcf280778aeaa4c +size 11509 diff --git a/python-aiohttp-theme.changes b/python-aiohttp-theme.changes index 6c03ad3..5d2d2ad 100644 --- a/python-aiohttp-theme.changes +++ b/python-aiohttp-theme.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Oct 11 10:44:46 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 0.1.7 + * Drop python2 + * Upgrade to GitHub-native Dependabot + * Update semantic-version requirement from <2.5,>=2.4 to >=2.4,<2.9 (#5) + * Update semantic-version requirement from <2.9,>=2.4 to >=2.4,<2.11 (#48) + * Add CodeQL workflow for GitHub code scanning (#56) + * Remove margin rule (#61) + * Drop old classifiers and tweak license (#64) + * Update releases requirement from <2.0,>=1.2.0 to >=1.2.0,<3.0 (#59) + * Update CI (#63) + * Update dependencies (#68) + * Release v0.1.7 (#67) + * Rename cd-cd.yml to ci-cd.yml (#70) + ------------------------------------------------------------------- Tue Jul 4 11:31:21 UTC 2023 - ecsos diff --git a/python-aiohttp-theme.spec b/python-aiohttp-theme.spec index 2264d72..74dedbf 100644 --- a/python-aiohttp-theme.spec +++ b/python-aiohttp-theme.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiohttp-theme # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-aiohttp-theme -Version: 0.1.6 +Version: 0.1.7 Release: 0 Summary: A configurable sidebar-enabled Sphinx theme License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/aio-libs/aiohttp-theme -Source: https://files.pythonhosted.org/packages/source/a/aiohttp-theme/aiohttp-theme-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/a/aiohttp_theme/aiohttp_theme-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -35,7 +35,7 @@ BuildArch: noarch A configurable sidebar-enabled Sphinx theme used by aiohttp %prep -%setup -q -n aiohttp-theme-%{version} +%setup -q -n aiohttp_theme-%{version} %build %python_build