Update to 4.40.0
This commit is contained in:
parent
66f3f08fb8
commit
adc135f3e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -133,3 +133,4 @@ fonttools-2.3.tar.gz
|
|||||||
/fonttools-4.39.2.tar.gz
|
/fonttools-4.39.2.tar.gz
|
||||||
/fonttools-4.39.3.tar.gz
|
/fonttools-4.39.3.tar.gz
|
||||||
/fonttools-4.39.4.tar.gz
|
/fonttools-4.39.4.tar.gz
|
||||||
|
/fonttools-4.40.0.tar.gz
|
||||||
|
@ -7,14 +7,14 @@ from 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.
|
OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
|
||||||
|
|
||||||
Name: fonttools
|
Name: fonttools
|
||||||
Version: 4.39.4
|
Version: 4.40.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools to manipulate font files
|
Summary: Tools to manipulate font files
|
||||||
|
|
||||||
# https://spdx.org/licenses/MIT.html
|
# https://spdx.org/licenses/MIT.html
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/fonttools/fonttools/
|
URL: https://github.com/fonttools/fonttools/
|
||||||
Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz
|
Source0: https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz
|
||||||
|
|
||||||
Requires: python3-fonttools
|
Requires: python3-fonttools
|
||||||
Requires: python3-setuptools
|
Requires: python3-setuptools
|
||||||
@ -97,6 +97,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{python3} -m pytest --ignore Tests/o
|
|||||||
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
|
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 18 2023 Benson Muite <benson_muite@emailplus.org> - 4.40.0-1
|
||||||
|
- Update to 4.40.0 version
|
||||||
|
|
||||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 4.39.4-2
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 4.39.4-2
|
||||||
- Bootstrap for Python 3.12
|
- Bootstrap for Python 3.12
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (fonttools-4.39.4.tar.gz) = 4be7c19022ccfbb182edb7d80ec50ff2aa91eae3dd4328c1023e65a293e079edd4c1ae0a8b2260e35fa940417e7b03dc96bd7a6d6ec4234bc4c4257187b24758
|
SHA512 (fonttools-4.40.0.tar.gz) = 03daecfb2c48e13f22255872dd9dca47aaca9fc71139f2d5876cdb74fa8560d697344845d870742da00d3734043e36f143efe5d2048b884a5f7ed924435aa2f0
|
||||||
|
Loading…
Reference in New Issue
Block a user