forked from pool/python-atpublic
Compare commits
16 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9a236d78b7 | |||
| 7699218274 | |||
| 79f1084a15 | |||
| 9098b078f1 | |||
| 7bdcc52836 | |||
| a28e473df2 | |||
| 2de54e2239 | |||
| 79c42e405d | |||
| a0a816f87f | |||
| 4bd5b647ab | |||
| 67f33e073b | |||
| 4f4ec17e79 | |||
| ef5a916410 | |||
| 59da9f55de | |||
| 561d76e9f7 | |||
| 4bb0f91bd9 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3e8a73c359a8c44d61602e91601fb895b798434703025e818fd124723df9e58e
|
|
||||||
size 17420
|
|
||||||
3
atpublic-6.0.2.tar.gz
Normal file
3
atpublic-6.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:289fc982e5ee62feec3a99c19e301d4251efe82a57e2ff498793ff5609606612
|
||||||
|
size 17694
|
||||||
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 15:31:42 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Add missing test dependency importlib-resources for Python 3.11
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 21 09:06:27 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 6.0.2
|
||||||
|
* Documentation improvements.
|
||||||
|
* Temporary workaround for a furo
|
||||||
|
* theme bug in dark mode.
|
||||||
|
* CI updates.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 12 17:20:47 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Sat Jul 12 17:20:47 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-atpublic
|
# spec file for package python-atpublic
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-atpublic
|
Name: python-atpublic
|
||||||
Version: 6.0.1
|
Version: 6.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: @public decorator for populating __all__
|
Summary: @public decorator for populating __all__
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -44,6 +44,7 @@ BuildArch: noarch
|
|||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module atpublic}
|
BuildRequires: %{python_module atpublic}
|
||||||
BuildRequires: %{python_module coverage}
|
BuildRequires: %{python_module coverage}
|
||||||
|
BuildRequires: %{python_module importlib-resources if %python-base < 3.12}
|
||||||
BuildRequires: %{python_module pytest-cov}
|
BuildRequires: %{python_module pytest-cov}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module sybil}
|
BuildRequires: %{python_module sybil}
|
||||||
|
|||||||
Reference in New Issue
Block a user