Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
13dc2b71ff |
2
_service
2
_service
@@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="url">https://github.com/python-jsonschema/referencing</param>
|
<param name="url">https://github.com/python-jsonschema/referencing</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v0.35.1</param>
|
<param name="revision">v0.36.2</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/python-jsonschema/referencing</param>
|
<param name="url">https://github.com/python-jsonschema/referencing</param>
|
||||||
<param name="changesrevision">1863d4a5c18af1edd0f3b49caeb9fedfdaff9845</param></service></servicedata>
|
<param name="changesrevision">9a82e6c7e5e2e395b61bb4017dc6adc52ac52e7c</param></service></servicedata>
|
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 25 16:17:56 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.36.2:
|
||||||
|
* Release using the newer twine release to preserve PEP 639
|
||||||
|
license metadata.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 17 08:15:58 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.36.1:
|
||||||
|
* Add a lower pin on typing-extensions for the version we depend
|
||||||
|
on.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 17 06:59:47 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.36.0:
|
||||||
|
* Declare support for Python 3.13.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 02 06:16:34 UTC 2024 - opensuse_buildservice@ojkastl.de
|
Thu May 02 06:16:34 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-referencing
|
# spec file for package python-referencing
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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-referencing%{psuffix}
|
Name: python-referencing%{psuffix}
|
||||||
Version: 0.35.1
|
Version: 0.36.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JSON Referencing + Python
|
Summary: JSON Referencing + Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -45,19 +45,23 @@ BuildRequires: %{python_module setuptools_scm}
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
# runtime dependencies
|
||||||
|
BuildRequires: %{python_module attrs >= 24.3.0}
|
||||||
|
BuildRequires: %{python_module rpds-py >= 0.22.3}
|
||||||
|
BuildRequires: %{python_module typing_extensions >= 4.4.0 if %python-base < 3.13}
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest >= 8.3.3}
|
||||||
BuildRequires: %{python_module attrs >= 22.2.0}
|
|
||||||
BuildRequires: %{python_module jsonschema-specifications}
|
BuildRequires: %{python_module jsonschema-specifications}
|
||||||
BuildRequires: %{python_module jsonschema}
|
BuildRequires: %{python_module jsonschema}
|
||||||
BuildRequires: %{python_module pytest-subtests}
|
BuildRequires: %{python_module packaging >= 24.2}
|
||||||
BuildRequires: %{python_module rpds-py >= 0.7.0}
|
BuildRequires: %{python_module pytest-subtests >= 0.14.1}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-attrs >= 22.2.0
|
Requires: python-attrs >= 22.2.0
|
||||||
Requires: python-rpds-py >= 0.7.0
|
Requires: python-rpds-py >= 0.7.0
|
||||||
|
Requires: python-typing_extensions >= 4.4.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
BIN
referencing-0.35.1.tar.gz
(Stored with Git LFS)
BIN
referencing-0.35.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
referencing-0.36.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
referencing-0.36.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user