public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-jsonschema] 2488367: update to version 3.0.0
Date: Mon, 15 Jun 2026 07:29:30 GMT [thread overview]
Message-ID: <178150857070.1.15462801760270341313.rpms-python-jsonschema-d19d678aa506@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-15 7:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178150857070.1.15462801760270341313.rpms-python-jsonschema-d19d678aa506@fedoraproject.org \
--to=decathorpe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox