17
0

Compare commits

3 Commits

Author SHA256 Message Date
d1528d52df - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=22
2025-07-12 17:20:58 +00:00
57db169cd2 - update to 5.1:
* Drop official support for Python 3.8, add support for Python
    3.13.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=20
2025-02-03 13:27:13 +00:00
5fd4d29710 Accepting request 1195288 from home:frantisek.simorda:branches:openSUSE:Factory
- 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)

OBS-URL: https://build.opensuse.org/request/show/1195288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=18
2024-08-30 10:49:54 +00:00
4 changed files with 5 additions and 20 deletions

3
atpublic-6.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e8a73c359a8c44d61602e91601fb895b798434703025e818fd124723df9e58e
size 17420

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:289fc982e5ee62feec3a99c19e301d4251efe82a57e2ff498793ff5609606612
size 17694

View File

@@ -1,17 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-atpublic
#
# Copyright (c) 2025 SUSE LLC and contributors
# 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: 6.0.2
Version: 6.0.1
Release: 0
Summary: @public decorator for populating __all__
License: Apache-2.0
@@ -44,7 +44,6 @@ 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}