Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d1528d52df | |||
| 57db169cd2 | |||
| 5fd4d29710 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bb8b62ba9106569f475366b12f41d4f1d20575e3ae0daa530d474219f18e2ea
|
||||
size 49629
|
||||
3
atpublic-6.0.1.tar.gz
Normal file
3
atpublic-6.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e8a73c359a8c44d61602e91601fb895b798434703025e818fd124723df9e58e
|
||||
size 17420
|
||||
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to 5.0:
|
||||
* @public is now properly type annotated.
|
||||
* Adopt hatch test and hatch fmt commands. (GL#25)
|
||||
* @public and @private now raise TypeError instead of ValueError if __all__ is not a concrete list object. (GL#26)
|
||||
* Other minor coding improvements identified by ruff.
|
||||
* Switch to Trusted Publishing for publishing new versions to PyPI. (GL#24)
|
||||
|
||||
- version 4.1:
|
||||
* Add support for Python 3.12. (GL#22)
|
||||
* Switch to hatch, replacing pdm and tox. (GL#21)
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 17:15:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-atpublic
|
||||
#
|
||||
# Copyright (c) 2024 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
|
||||
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-atpublic
|
||||
Version: 4.0
|
||||
Version: 6.0.1
|
||||
Release: 0
|
||||
Summary: @public decorator for populating __all__
|
||||
License: Apache-2.0
|
||||
@@ -34,7 +34,7 @@ Group: Development/Languages/Python
|
||||
URL: http://public.readthedocs.io/
|
||||
Source: https://gitlab.com/warsaw/public/-/archive/%{version}/public-%{version}.tar.gz#/atpublic-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module pdm-backend}
|
||||
BuildRequires: %{python_module hatch}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
|
||||
Reference in New Issue
Block a user