public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-jsonschema] 2488367: Update Python 2 dependency declarations to new packaging standards
@ 2026-06-15  7:29 Iryna Shcherbina
  0 siblings, 0 replies; only message in thread
From: Iryna Shcherbina @ 2026-06-15  7:29 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-jsonschema
Branch : 2488367
Commit : b4114a4fcef8ebc55802bad47e73e87eed085825
Author : Iryna Shcherbina <shcherbina.iryna@gmail.com>
Date   : 2018-02-21T05:45:45+01:00
Stats  : +11/-7 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-jsonschema/c/b4114a4fcef8ebc55802bad47e73e87eed085825?branch=2488367

Log:
Update Python 2 dependency declarations to new packaging standards

---
diff --git a/python-jsonschema.spec b/python-jsonschema.spec
index 75e3934..7a34dcb 100644
--- a/python-jsonschema.spec
+++ b/python-jsonschema.spec
@@ -5,7 +5,7 @@
 
 Name:           python-%{pypi_name}
 Version:        2.6.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        An implementation of JSON Schema validation for Python
 
 License:        MIT
@@ -18,13 +18,13 @@ BuildRequires:  python-unittest2
 BuildRequires:  python-argparse
 %endif
 BuildRequires:  python2-devel
-BuildRequires:  python-nose
-BuildRequires:  python-mock
+BuildRequires:  python2-nose
+BuildRequires:  python2-mock
 # Avoid unpackaged deps:
 #BuildRequires:  python-vcversioner
-#BuildRequires:  python-functools32
+#BuildRequires:  python2-functools32
 # Alternative for functools32.lru_cache
-BuildRequires:  python-repoze-lru
+BuildRequires:  python2-repoze-lru
 %if 0%{?with_python3}
 BuildRequires:  python%{python3_pkgversion}-devel
 BuildRequires:  python%{python3_pkgversion}-nose
@@ -40,8 +40,8 @@ http://tools.ietf.org/html/draft-zyp-json-schema-03
 
 %package -n python2-%{pypi_name}
 Summary:        An implementation of JSON Schema validation for Python 2
-#Requires: python-functools32
-Requires: python-repoze-lru
+#Requires: python2-functools32
+Requires: python2-repoze-lru
 %{?python_provide:%python_provide python2-%{pypi_name}}
 
 %description -n python2-%{pypi_name}
@@ -100,6 +100,10 @@ mv %{buildroot}%{_bindir}/jsonschema %{buildroot}%{_bindir}/jsonschema-3
 
 
 %changelog
+* Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.6.0-4
+- Update Python 2 dependency declarations to new packaging standards
+  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
+
 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
 

^ 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 Python 2 dependency declarations to new packaging standards Iryna Shcherbina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox