15
0

Accepting request 1207161 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1207161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiohttp-theme?expand=0&rev=6
This commit is contained in:
2024-10-11 15:06:10 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5407cd110932cc6e45c39c26003bc2e398cea9a097a6ddbeb0dcae0679ac0ba1
size 10921

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c39f3e52f09a200bc8dd96be19752d922e8e3460dcc805d03bcf280778aeaa4c
size 11509

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Oct 11 10:44:46 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <ecsos@opensuse.org>

View File

@@ -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