#2 Make anyjson buildable in El8
Merged 4 years ago by fab. Opened 4 years ago by ykarel.
rpms/ ykarel/python-anyjson master  into  master

file modified
+6 -3
@@ -3,7 +3,7 @@ 

  

  Name:           python-%{srcname}

  Version:        0.3.3

- Release:        25%{?dist}

+ Release:        26%{?dist}

  Summary:        %{sum}

  

  License:        BSD
@@ -15,7 +15,7 @@ 

  # warning (it's about as alive as half the others), drop jsonlib,

  # jsonlib2 and django.utils.simplejson (which all appear to be dead

  # as doornails)

- %if 0%{fedora} > 25

+ %if 0%{?fedora} > 25 || 0%{?rhel} > 7

  Patch1:         python-anyjson-update-order-ujson.patch

  %else

  # Just the same, but don't include ujson, as its behaviour pre-2.0
@@ -32,7 +32,7 @@ 

  

  BuildRequires:  python3-simplejson

  

- %if 0%{fedora} > 25

+ %if 0%{?fedora} > 25 || 0%{?rhel} > 7

  BuildRequires:  python3-ujson

  %endif

  
@@ -68,6 +68,9 @@ 

  %{python3_sitelib}/%{srcname}*.egg-info

  

  %changelog

+ * Thu May 21 2020 Yatin Karel <ykarel@redhat.com> - 0.3.3-26

+ - Make anyjson buildable in El8 (#1787123)

+ 

  * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-25

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

no initial comment

rebased onto 202bd70

4 years ago

Hey,

This package is a dependency of grokmirror which is used by the Fedora Infrastructure. Any chances we could merge this and build it in epel8? It's impacting the ability of the Fedora Infrastructure to upgrade to RHEL8.

Thanks!

I would merge this (or please do it yourself pingou).
Unfortunately, this PR needs a rebase.

rebased onto 61c2e99

4 years ago

Pull-Request has been merged by fab

4 years ago

Thanks for the quick rebase and merge!

I would merge this (or please do it yourself pingou).

I'll take this as an "ok for pingou to build" and will build this in epel8, thanks!