Compare commits

..

21 commits

Author SHA1 Message Date
Python Maint
008c8782d3 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 12:39:43 +02:00
Python Maint
778704d8cd Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 13:08:56 +02:00
Fedora Release Engineering
c6846466f8 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 15:56:00 +00:00
Python Maint
5fd2aee5f1 Rebuilt for Python 3.14 2025-06-03 20:10:42 +02:00
Zbigniew Jędrzejewski-Szmek
ece44cc2ed Version 5.9.4
... (rhbz#2338270)
2025-03-02 16:27:44 +01:00
Fedora Release Engineering
949d844525 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 08:53:51 +00:00
Orion Poplawski
41b5084498 Rebuild with numpy 2.2 (rhbz#2333356) 2024-12-20 22:12:05 -07:00
Fedora Release Engineering
78357d2646 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-17 15:08:05 +00:00
Zbigniew Jędrzejewski-Szmek
f254679a02 Version 5.9.3
... (rhbz#2295553)
2024-07-06 19:45:09 +02:00
Zbigniew Jędrzejewski-Szmek
94fd9cfd0d Fix bogus changelog entry 2024-07-04 14:39:15 +02:00
Python Maint
53323acea3 Rebuilt for Python 3.13 2024-06-08 20:58:05 +02:00
Fedora Release Engineering
49ad31867f Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-22 21:12:04 +00:00
Fedora Release Engineering
7ac872af9d Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-19 10:14:48 +00:00
Zbigniew Jędrzejewski-Szmek
f46dfaf046 Version 7.2.0
... (rhbz#2252290)
2023-12-17 17:50:32 +01:00
Zbigniew Jędrzejewski-Szmek
6b2f96abc7 Convert license tag to SPDX 2023-11-21 14:41:20 +01:00
Zbigniew Jędrzejewski-Szmek
aba64eb342 Version 5.9.1
... (rhbz#2240987)
2023-09-28 13:32:57 +02:00
Zbigniew Jędrzejewski-Szmek
4eb83ba54a Version 5.9.0
... (rhbz#2233556)
2023-09-02 10:59:09 +03:00
Zbigniew Jędrzejewski-Szmek
2627580a2c Version 5.8.9
... (rhbz#2228541)
2023-08-06 12:00:41 +02:00
Fedora Release Engineering
cea1e774c5 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-19 11:23:42 +00:00
Zbigniew Jędrzejewski-Szmek
406ba438d8 Version 5.8.7
... (rhbz#2213795)
2023-07-16 15:34:00 +02:00
Python Maint
bdecdcb5fa Rebuilt for Python 3.12 2023-07-12 09:27:16 +02:00
3 changed files with 97 additions and 6 deletions

View file

@ -1,8 +1,8 @@
Name: PyMca
Version: 5.8.9
Version: 5.9.4
Release: %autorelease
Summary: X-ray Fluorescence Toolkit
License: GPLv2+
License: GPL-2.0-or-later
URL: http://pymca.sourceforge.net/
# https://github.com/vasole/pymca
%if 0
@ -61,8 +61,7 @@ This package contains photon interaction data/elements data for %{name}.
%prep
%autosetup -p1 -n pymca-%{version}
# Fix wrong shebang of pymcapostbatch.
sed -i "s|!python|!%python3|g" PyMca5/scripts/pymcapostbatch
sed -r -i 's|(os.path.join.")(PyMca5")|\1src/\2|' setup.py
%build
# Need to define manually. Note using pkg-config to export the cflags
@ -80,6 +79,8 @@ PYMCA_DATA_DIR=/usr/share/PyMca \
PYMCA_DOC_DIR=/usr/share/doc/PyMca \
%py3_install
cp -ap src/PyMca5/PyMcaData/attdata/* %{buildroot}%{_datadir}/PyMca/attdata/
# Install desktop file.
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{S:1}
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{S:2}
@ -193,7 +194,7 @@ PYMCA_DATA_DIR=%{buildroot}/usr/share/PyMca \
PYMCA_DOC_DIR=%{buildroot}/usr/share/doc/PyMca \
QT_QPA_PLATFORM=offscreen \
LC_ALL=pl_PL.utf8 \
%python3 PyMca5/tests/TestAll.py
%python3 src/PyMca5/tests/TestAll.py
# Test results are ingored. In F34 rawhide mock:
# ERROR: testHdf5Uri (ConfigDictTest.testConfigDict)

View file

@ -1,3 +1,93 @@
* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 5.9.2-4
- Rebuilt for Python 3.13
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Dec 17 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.9.2-1
- Version 5.9.2 (rhbz#2252290)
* Tue Nov 21 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.9.1-2
- Convert license tag to SPDX
* Thu Sep 28 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.9.1-1
- Version 5.9.1 (rhbz#2240987)
* Sat Sep 02 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.9.0-1
- Version 5.9.0 (rhbz#2233556)
* Sun Aug 06 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.8.9-1
- Version 5.8.9 (rhbz#2228541)
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun Jul 16 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.8.7-1
- Version 5.8.7 (rhbz#2213795)
* Wed Jul 12 2023 Python Maint <python-maint@redhat.com> - 5.8.2-2
- Rebuilt for Python 3.12
* Sat May 20 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.8.2-1
- Version 5.8.2 (rhbz#2207560)
* Tue Feb 21 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.8.1-1
- Version 5.8.1 (rhbz#2143705)
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sun Nov 27 2022 Florian Weimer <fweimer@redhat.com> - 5.7.5-2
- Fix a C99 compatibility issue
* Tue Aug 23 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.7.5-1
- Version 5.7.5 (rhbz#2119849)
* Tue Aug 16 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.7.4-1
- Version 5.7.4 (rhbz#2113982)
* Mon Jul 25 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.7.3-1
- Version 5.7.3 (rhbz#2109982)
* Fri Jul 22 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.7.2-2
- Add patch to skip failing tests (rhbz#2098667)
* Fri Jul 22 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.7.2-1
- Version 5.7.2
* Fri Jul 22 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.6.7-9
- Modernize macros
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.7-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 5.6.7-7
- Rebuilt for Python 3.11
* Mon May 16 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.6.7-6
- Fix mixup between Requires and BuildRequires (#2084297)
* Thu May 12 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.6.7-5
- Tweak requires
* Thu May 12 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.6.7-4
- Add explicit dependency on PyQt5 (rhbz#2084297)
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Dec 01 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.6.7-2
- Adjust dependencies and environment so that tests pass
* Wed Dec 01 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.6.7-1
- Version 5.6.7 (#2027722)
* Wed Sep 29 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.6.5-1
- Version 5.6.5 (#1763697)
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

View file

@ -1 +1 @@
SHA512 (pymca-5.8.9-filtered.tar.xz) = 3e78b413e22e45eacdfd57727a6613e7a7c9f63fed9637690ed6235d8af43a5384d6e402456cada63d1602e9d32c913f5f8b0af572ef3937b810c108e058a981
SHA512 (pymca-5.9.4-filtered.tar.xz) = 08304ccfda672aa7fe9075eb72a17d5a12c72924c15546c0706435970d754e8dcf75870bdac99509a52d539e5f6d8cc42131bae823d9c0cbda688e4b5dfa39f4