Compare commits

...
Sign in to create a new pull request.

16 commits

Author SHA1 Message Date
Parag Nemade
2a7f0ec8ed
Remove upstreamed patch 2026-09-01 13:39:17 +05:30
Parag Nemade
4aa170fd61
Update to 4.64.0 version (#2526453) 2026-09-01 12:59:41 +05:30
Python Maint
75f5e7a83e Rebuilt for Python 3.15.0b4 ABI change 2026-07-22 23:57:18 +02:00
Python Maint
1d93f7f5da Bootstrap for Python 3.15.0b4 ABI change 2026-07-22 19:57:42 +02:00
Python Maint
d89dfcdebf Bootstrap for Python 3.15.0b4 ABI change 2026-07-22 13:55:55 +02:00
Benjamin A. Beasley
d08b4ec8a3 Avoid removed glob.glob1 API; fixes RHBZ#2488354 2026-07-16 10:33:55 +01:00
Fedora Release Engineering
7d9e64af76 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-15 23:20:56 +00:00
Python Maint
2144f60eed Rebuilt for Python 3.15 2026-06-05 23:00:29 +02:00
Python Maint
6eb5fed269 Bootstrap for Python 3.15 2026-06-05 14:39:58 +02:00
Python Maint
a4f7c0883c Bootstrap for Python 3.15 2026-06-04 11:55:09 +02:00
Parag Nemade
203963f20e
Update to 4.63.0 version (#2477424) 2026-05-19 13:12:05 +05:30
Parag Nemade
f193c79e54
Update to 4.62.1 version (#2447357) 2026-03-17 13:39:28 +05:30
Parag Nemade
c8e2a82058
Update to 4.62.0 version (#2445798) 2026-03-10 11:39:12 +05:30
Parag Nemade
2801206c5b
Update the comment that The python-fs package was required by fonttools+ufo subpackage till 4.58.0 release 2026-01-20 15:45:38 +05:30
Fedora Release Engineering
0b4df3f46b Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-16 11:28:53 +00:00
Parag Nemade
ba93498f65
Update to 4.61.1 version (#2421833) 2025-12-16 08:57:06 +05:30
3 changed files with 51 additions and 4 deletions

5
.gitignore vendored
View file

@ -171,3 +171,8 @@ fonttools-2.3.tar.gz
/fonttools-4.60.0.tar.gz
/fonttools-4.60.1.tar.gz
/fonttools-4.61.0.tar.gz
/fonttools-4.61.1.tar.gz
/fonttools-4.62.0.tar.gz
/fonttools-4.62.1.tar.gz
/fonttools-4.63.0.tar.gz
/fonttools-4.64.0.tar.gz

View file

@ -13,7 +13,7 @@
%bcond repacker_extra %[ 0%{?fedora} > 41 ]
# Requires python-sympy (not yet in any EPEL):
%bcond symfont_extra %{undefined rhel}
# Requires python-fs:
# Required python-fs till 4.58.0 release
%bcond ufo_extra %[ %{undefined rhel} || %{defined epel} ]
# Requires python-unicodedata2 (depending on python version):
%bcond unicode_extra %[ %{undefined rhel} || %{defined epel} ]
@ -30,8 +30,8 @@ an XML text format, which is also called TTX. It supports TrueType, OpenType,
AFM and to an extent Type 1 and some Mac-specific formats.}
Name: fonttools
Version: 4.61.0
Release: 2%{?dist}
Version: 4.64.0
Release: 1%{?dist}
Summary: Tools to manipulate font files
# https://spdx.org/licenses/MIT.html
@ -201,6 +201,48 @@ k="${k-}${k+ and }not (test_ttcompile_timestamp_calcs)"
%doc NEWS.rst README.rst
%changelog
* Tue Sep 01 2026 Parag Nemade <pnemade AT redhat DOT com> - 4.64.0-1
- Update to 4.64.0 version (#2526453)
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 4.63.0-9
- Rebuilt for Python 3.15.0b4 ABI change
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 4.63.0-8
- Bootstrap for Python 3.15.0b4 ABI change
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 4.63.0-7
- Bootstrap for Python 3.15.0b4 ABI change
* Thu Jul 16 2026 Benjamin A. Beasley <code@musicinmybrain.net> - 4.63.0-6
- Avoid removed `glob.glob1` API; fixes RHBZ#2488354
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.63.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Fri Jun 05 2026 Python Maint <python-maint@redhat.com> - 4.63.0-4
- Rebuilt for Python 3.15
* Fri Jun 05 2026 Python Maint <python-maint@redhat.com> - 4.63.0-3
- Bootstrap for Python 3.15
* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 4.63.0-2
- Bootstrap for Python 3.15
* Tue May 19 2026 Parag Nemade <pnemade AT redhat DOT com> - 4.63.0-1
- Update to 4.63.0 version (#2477424)
* Tue Mar 17 2026 Parag Nemade <pnemade AT redhat DOT com> - 4.62.1-1
- Update to 4.62.1 version (#2447357)
* Tue Mar 10 2026 Parag Nemade <pnemade AT redhat DOT com> - 4.62.0-1
- Update to 4.62.0 version (#2445798)
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.61.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Tue Dec 16 2025 Parag Nemade <pnemade AT redhat DOT com> - 4.61.1-1
- Update to 4.61.1 version (#2421833)
* Wed Dec 10 2025 Yaakov Selkowitz <yselkowi@redhat.com> - 4.61.0-2
- Conditionalize unicode extra

View file

@ -1 +1 @@
SHA512 (fonttools-4.61.0.tar.gz) = 4c5de3f63fb721817e5225cf928a4dde18c326cc495997452aba9fba057ddf3ddff6410f7ac178ba8fa17d78c11235c02d5898f9f9736cc9a421e20f49459c56
SHA512 (fonttools-4.64.0.tar.gz) = 1cf3d8ab10931e6eca3f54e2d365a946413d90e2a8fe0405252db14a51e2908c109c6a65f7b0fb5fabaeb0e30eb27b5b737bf2d1b75a3137806bc88f140a0faa