Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 44f84e698c | |||
| c8741334a0 | |||
| 0ac6354048 | |||
| 81782e44ad |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5407cd110932cc6e45c39c26003bc2e398cea9a097a6ddbeb0dcae0679ac0ba1
|
||||
size 10921
|
||||
3
aiohttp_theme-0.1.7.tar.gz
Normal file
3
aiohttp_theme-0.1.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c39f3e52f09a200bc8dd96be19752d922e8e3460dcc805d03bcf280778aeaa4c
|
||||
size 11509
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user