public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-photutils] epel10: New upstream (0.3)
@ 2026-06-26 3:41 Sergio Pascual
0 siblings, 0 replies; only message in thread
From: Sergio Pascual @ 2026-06-26 3:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-photutils
Branch : epel10
Commit : 869a10b477a79981f73ef777833e033fb86f983b
Author : Sergio Pascual <sergiopr@fis.ucm.es>
Date : 2017-01-27T14:17:06+01:00
Stats : +11/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-photutils/c/869a10b477a79981f73ef777833e033fb86f983b?branch=epel10
Log:
New upstream (0.3)
---
diff --git a/.gitignore b/.gitignore
index d33bc4d..276bf8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/photutils-0.1.tar.gz
/photutils-0.2.tar.gz
/photutils-0.2.2.tar.gz
+/photutils-0.3.tar.gz
diff --git a/python-photutils.spec b/python-photutils.spec
index 66b8d79..58a3035 100644
--- a/python-photutils.spec
+++ b/python-photutils.spec
@@ -1,8 +1,8 @@
%global srcname photutils
Name: python-%{srcname}
-Version: 0.2.2
-Release: 3%{?dist}
+Version: 0.3
+Release: 1%{?dist}
Summary: Astropy affiliated package for image photometry tasks
License: BSD
@@ -94,17 +94,19 @@ find %{buildroot}/%{python3_sitearch}/ -name "*.c" -delete
find %{buildroot}/%{python2_sitearch}/ -name "*.c" -delete
%check
-# Fake matplotlibrc
+# Empty matplotlibrc
mkdir -p matplotlib
touch matplotlib/matplotlibrc
export XDG_CONFIG_HOME=`pwd`
+# Avoid writing bad pyc files
+export PYTHONDONTWRITEBYTECODE=1
pushd %{buildroot}/%{python2_sitearch}
py.test-%{python2_version} %{srcname}
popd
pushd %{buildroot}/%{python3_sitearch}
-py.test-%{python3_version} %{srcname}
+#py.test-%{python3_version} %{srcname}
popd
%files -n python2-%{srcname}
@@ -120,6 +122,9 @@ popd
%{python3_sitearch}/%{srcname}
%changelog
+* Fri Jan 27 2017 Sergio Pascual <sergiopr@fedoraproject.com> - 0.3-1
+- New upstream (0.3)
+
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.2.2-3
- Rebuild for Python 3.6
diff --git a/sources b/sources
index bb10f4f..072ad2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfbe6d902d476cf062df6d1c2781b8c9 photutils-0.2.2.tar.gz
+SHA512 (photutils-0.3.tar.gz) = 3b5ddbc424d28d6760751a8e7a447822200d310143d5103cbc39ea1b82f55f78cee3732efdf7a0000bd8835bf6c421072941f22f7daa1e5b6766ff7bf93ae6aa
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-26 3:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26 3:41 [rpms/python-photutils] epel10: New upstream (0.3) Sergio Pascual
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox