#8 Update to 4.40.0
Merged 11 months ago by pnemade. Opened 11 months ago by fed500.
rpms/ fed500/fonttools rawhide  into  rawhide

file modified
+1
@@ -133,3 +133,4 @@ 

  /fonttools-4.39.2.tar.gz

  /fonttools-4.39.3.tar.gz

  /fonttools-4.39.4.tar.gz

+ /fonttools-4.40.0.tar.gz

file modified
+6 -3
@@ -7,14 +7,14 @@ 

  OpenType, AFM and to an extent Type 1 and some Mac-specific formats.

  

  Name:           fonttools

- Version:        4.39.4

- Release:        2%{?dist}

+ Version:        4.40.0

+ Release:        1%{?dist}

  Summary:        Tools to manipulate font files

  

  # https://spdx.org/licenses/MIT.html

  License:        MIT

  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-setuptools
@@ -97,6 +97,9 @@ 

  %{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info

  

  %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

  - Bootstrap for Python 3.12

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (fonttools-4.39.4.tar.gz) = 4be7c19022ccfbb182edb7d80ec50ff2aa91eae3dd4328c1023e65a293e079edd4c1ae0a8b2260e35fa940417e7b03dc96bd7a6d6ec4234bc4c4257187b24758

+ SHA512 (fonttools-4.40.0.tar.gz) = 03daecfb2c48e13f22255872dd9dca47aaca9fc71139f2d5876cdb74fa8560d697344845d870742da00d3734043e36f143efe5d2048b884a5f7ed924435aa2f0

no initial comment

Latest release of fonttools is needed to rebuild latest release of ufo2font

I thought I should wait for f39-python sidetag to get merged. Hence not built this yet.

If possible to merge earlier, that would be helpful because ufo2ft is currently FTBFS and would need to have it reviewed if it remains in that state one week from branching.

Pull-Request has been merged by pnemade

11 months ago

@fed500 Always refer upstream monitoring bug in changelog. Its easy for me to see autoclosed bug.
I use my custom scripts to update new upstream releases which auto trigger bugzilla close.
due to this PR its additional work to find bugzilla id and close it.

Thanks for this. Maybe the fonts sig can be given co-ownership of the package. For the Google font toolchain, this would enable updates of dependent packages by sig members. Could help develop tooling around this to ease the workload, maybe your scripts already do most of this.

I repeat again. I deliberately wait for this to be updated as f39-python sidetag need to be merged. I already saw this package got new upstream release. Its not delay from my side to update this package.

You could have checked existing bugs and asked there for why not this update built in Fedora.

Thanks for making it available. Understand some updates need to be synchronized. Got ufo2ft to build in side tag https://koji.fedoraproject.org/koji/buildinfo?buildID=2219078 by using fedpkg build --target 'f39-python'