public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-jsonschema] 2488367: update to version 3.0.0
@ 2026-06-15 7:29 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-15 7:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-jsonschema
Branch : 2488367
Commit : d19d678aa50606d0b55dc11c37d96765fab39be5
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2019-02-24T17:22:46+01:00
Stats : +11/-8 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-jsonschema/c/d19d678aa50606d0b55dc11c37d96765fab39be5?branch=2488367
Log:
update to version 3.0.0
---
diff --git a/.gitignore b/.gitignore
index f69a33a..4e230c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/jsonschema-3.0.0a5.tar.gz
/jsonschema-3.0.0b1.tar.gz
/jsonschema-3.0.0b3.tar.gz
+/jsonschema-3.0.0.tar.gz
diff --git a/python-jsonschema.spec b/python-jsonschema.spec
index 1df52d5..03b4f65 100644
--- a/python-jsonschema.spec
+++ b/python-jsonschema.spec
@@ -1,5 +1,4 @@
%global pypi_name jsonschema
-%global pypi_version 3.0.0b3
%global common_description %{expand:
jsonschema is an implementation of JSON Schema for Python (supporting
@@ -14,12 +13,12 @@ jsonschema is an implementation of JSON Schema for Python (supporting
Name: python-%{pypi_name}
Summary: Implementation of JSON Schema validation for Python
-Version: 3.0.0~b3
-Release: 2%{?dist}
+Version: 3.0.0
+Release: 1%{?dist}
License: MIT
URL: https://github.com/Julian/jsonschema
-Source0: %{pypi_source %{pypi_name} %{pypi_version}}
+Source0: %{pypi_source}
BuildArch: noarch
@@ -29,9 +28,9 @@ BuildRequires: python3dist(setuptools)
BuildRequires: python3dist(setuptools-scm)
# test requirements
-BuildRequires: python3-pyrsistent
BuildRequires: python3dist(attrs)
BuildRequires: python3dist(perf)
+BuildRequires: python3dist(pyrsistent)
BuildRequires: python3dist(six)
BuildRequires: python3dist(twisted)
@@ -47,7 +46,7 @@ Summary: %{summary}
%prep
-%autosetup -n %{pypi_name}-%{pypi_version}
+%autosetup -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
@@ -72,10 +71,13 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name}
%{_bindir}/jsonschema
%{python3_sitelib}/%{pypi_name}/
-%{python3_sitelib}/%{pypi_name}-%{pypi_version}-py?.?.egg-info/
+%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info/
%changelog
+* Sun Feb 24 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0-1
+- Update to version 3.0.0.
+
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0~b3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index a0de344..d0579d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jsonschema-3.0.0b3.tar.gz) = bb7f8c26627ac5eafa6404ec8c8fb11234600a51a468b627b0230fe25a1812d32588229503812cbf0b5de0ab20a5a2b49b015db4ccb74190b2dbd17c99ac68da
+SHA512 (jsonschema-3.0.0.tar.gz) = 5e5577c491ece9f4c24067b080e17e468cac144bf24af267fb3838f5e79ce93a151aaa91e740382d3eaecf2241e667234ce3da5b022401169fb6226e807c5a2e
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 7:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 7:29 [rpms/python-jsonschema] 2488367: update to version 3.0.0 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox