forked from pool/python-referencing
Accepting request 1127186 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1127186 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-referencing?expand=0&rev=17
This commit is contained in:
8
_service
8
_service
@@ -1,17 +1,17 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/python-jsonschema/referencing</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.30.2</param>
|
||||
<param name="revision">v0.31.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="package-meta">yes</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<service name="set_version" mode="manual">
|
||||
<param name="basename">referencing</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/python-jsonschema/referencing</param>
|
||||
<param name="changesrevision">d37bef22e48b7b91a10dce14904755a539bf15e1</param></service></servicedata>
|
||||
<param name="changesrevision">fdc8ab0116c82622a1ed0cd642e51237788ad1eb</param></service></servicedata>
|
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 14:51:03 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.31.0:
|
||||
* Add referencing.jsonschema.EMPTY_REGISTRY.
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* Update requirements.
|
||||
* Enable TCH rules for slightly reducing runtime imports.
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* Add tests for Registry being truthy or falsy.
|
||||
* Apparently this setting is now autodetected.
|
||||
* yarl -> url.py in the (trivial) docs usage.
|
||||
* Ignore the dirhtml directory usable for docs generation.
|
||||
* Unpin pyright, as whatever was previously broken seems fixed.
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* Update requirements.
|
||||
* Pull in some style ignores that we don't really need yet.
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* Update requirements.
|
||||
* referencing, not Bowtie
|
||||
* New pip-compile default.
|
||||
* Update requirements.
|
||||
* Remove the now-unneeded noqa's.
|
||||
* Ask ruff to fix things when it runs.
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* Update requirements.
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* Add and ensure the noxfile gets documented.
|
||||
* Bump actions/checkout from 3 to 4
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* Few more ruff rules.
|
||||
* Bump docs requirements.
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* Bump suite from `fa1b818` to `9153b05`
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
* Bump suite from `b094fe5` to `fa1b818`
|
||||
* Minor tweaks to some annotations.
|
||||
* [pre-commit.ci] pre-commit autoupdate
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 06 07:54:07 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-referencing%{psuffix}
|
||||
Version: 0.30.2
|
||||
Version: 0.31.0
|
||||
Release: 0
|
||||
Summary: JSON Referencing + Python
|
||||
License: MIT
|
||||
|
BIN
referencing-0.30.2.tar.gz
(Stored with Git LFS)
BIN
referencing-0.30.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
referencing-0.31.0.tar.gz
Normal file
3
referencing-0.31.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8151cdc50923e90e0aabeaff5c63ad65416fc78950a6eda50e659458519b46b4
|
||||
size 409880
|
Reference in New Issue
Block a user