forked from pool/python-atpublic
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9a236d78b7 | |||
| 7699218274 | |||
| 79f1084a15 | |||
| 9098b078f1 | |||
| 7bdcc52836 | |||
| a28e473df2 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75b4c9ef40da64d5f90e251071e3143136a8d4e309459078e6cfc77f235872d2
|
||||
size 15024
|
||||
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,35 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 6.0.1:
|
||||
* Fix test suite when run with Python < 3.12. (:GL:`28`)
|
||||
* Add test for Python 3.14.
|
||||
* Added populate_all() which can be called from the bottom of
|
||||
your module to infer and populate your module's __all__. Use
|
||||
this if you don't like the decorator syntax. (:GL:`27`)
|
||||
* Documentation improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 13:26:53 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.1:
|
||||
* Drop official support for Python 3.8, add support for Python
|
||||
3.13.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 11:40:10 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-atpublic
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-atpublic
|
||||
Version: 5.0
|
||||
Version: 6.0.2
|
||||
Release: 0
|
||||
Summary: @public decorator for populating __all__
|
||||
License: Apache-2.0
|
||||
@@ -44,6 +44,7 @@ BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module atpublic}
|
||||
BuildRequires: %{python_module coverage}
|
||||
BuildRequires: %{python_module importlib-resources if %python-base < 3.12}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module sybil}
|
||||
|
||||
Reference in New Issue
Block a user