17
0

Compare commits

4 Commits

Author SHA256 Message Date
44f84e698c Accepting request 1285324 from devel:languages:python
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1285324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiohttp-theme?expand=0&rev=7
2025-06-13 16:45:54 +00:00
c8741334a0 - Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp-theme?expand=0&rev=14
2025-06-13 05:39:57 +00:00
0ac6354048 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
2024-10-11 15:06:10 +00:00
81782e44ad 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
2024-10-11 12:06:02 +00:00
4 changed files with 36 additions and 11 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,26 @@
-------------------------------------------------------------------
Fri Jun 13 05:35:39 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
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) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,15 @@
%{?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 pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -35,18 +36,19 @@ 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
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%{python_sitelib}/aiohttp_theme
%{python_sitelib}/aiohttp_theme-%{version}.dist-info
%changelog