public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Christian Dersch <lupinix@mailbox.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-photutils] epel10: Fix FTBFS with Python 3.7
Date: Fri, 26 Jun 2026 03:41:46 GMT [thread overview]
Message-ID: <178244530642.1.17295880969322828403.rpms-python-photutils-112bbce9676c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-photutils
Branch : epel10
Commit : 112bbce9676c28f09f61578781692207ef3cae83
Author : Christian Dersch <lupinix@mailbox.org>
Date : 2018-07-08T11:55:46+02:00
Stats : +7/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/python-photutils/c/112bbce9676c28f09f61578781692207ef3cae83?branch=epel10
Log:
Fix FTBFS with Python 3.7
---
diff --git a/python-photutils.spec b/python-photutils.spec
index cb66648..d47018d 100644
--- a/python-photutils.spec
+++ b/python-photutils.spec
@@ -2,12 +2,13 @@
Name: python-%{srcname}
Version: 0.4
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Astropy affiliated package for image photometry tasks
License: BSD
URL: http://photutils.readthedocs.org/en/latest/index.html
-Source0: https://pypi.io/packages/source/p/photutils/%{srcname}-%{version}.tar.gz
+# Use the un-Cythonized github tar, as we need the newer Fedora Cython to build with Python 3.7
+Source0: https://github.com/astropy/photutils/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz
# Use system copy of astropy-helpers
Patch0: python-photutils-Use-astropy_helpers-provided-by-the-system.patch
@@ -130,6 +131,9 @@ popd
%{python3_sitearch}/%{srcname}
%changelog
+* Sun Jul 08 2018 Christian Dersch <lupinix@mailbox.org> - 0.4-5
+- Fix FTBFS with Python 3.7
+
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.4-4
- Rebuilt for Python 3.7
diff --git a/sources b/sources
index e69fb8b..5497ec1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (photutils-0.4.tar.gz) = dbce5e4eb85ebe9d8011c3572fc5e352f6b523b43310e4413f945e9f16a68a0618d49390739c09e12adc005f2d1aa8cf7772232fbe09a459d2a2de649a6714c1
+SHA512 (photutils-0.4.tar.gz) = 90f6e0737f20e6a0221bd397f87684c72c42c8a8d37bd111153f39708f60f993b6640c57f986ddcb664032f0982b162ce29f4f15e691a2432c82c4a1d843d309
reply other threads:[~2026-06-26 3:41 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=178244530642.1.17295880969322828403.rpms-python-photutils-112bbce9676c@fedoraproject.org \
--to=lupinix@mailbox.org \
--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