[packages/psautohint] - updated to 2.4.0

qboosh qboosh at pld-linux.org
Mon Mar 28 18:53:05 CEST 2022


commit f1ab17d454ceabf7194028c30fa478013e981901
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Mar 28 18:52:40 2022 +0200

    - updated to 2.4.0

 psautohint.spec | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)
---
diff --git a/psautohint.spec b/psautohint.spec
index 95c340a..1673751 100644
--- a/psautohint.spec
+++ b/psautohint.spec
@@ -5,26 +5,29 @@
 Summary:	PSAutoHint - standalone version of AFDKO's autohinter
 Summary(pl.UTF-8):	PSAutoHint - samodzielna wersja autohintera z AFDKO
 Name:		psautohint
-Version:	2.3.1
-Release:	2
+Version:	2.4.0
+Release:	1
 License:	Apache v2.0
 Group:		Applications/Publishing
 #Source0Download: https://github.com/adobe-type-tools/psautohint/releases
-Source0:	https://github.com/adobe-type-tools/psautohint/releases/download/v%{version}/%{name}-%{version}.zip
-# Source0-md5:	e276cc7c7eb837fa477629edcf4d7966
+Source0:	https://github.com/adobe-type-tools/psautohint/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	f626eb26eb635903b1f32f6c1dcf77e5
 URL:		https://github.com/adobe-type-tools/psautohint
-BuildRequires:	python3 >= 1:3.6
-BuildRequires:	python3-setuptools >= 1:3.6.4.0
-BuildRequires:	python3-setuptools_scm
+BuildRequires:	python3 >= 1:3.7
+BuildRequires:	python3-setuptools >= 1:36.4
+BuildRequires:	python3-setuptools_scm >= 2.1
 %if %{with tests}
 # fonttools[ufo]
-BuildRequires:	python3-fonttools >= 4.22.0
+BuildRequires:	python3-fonttools >= 4.29.0
 BuildRequires:	python3-fs >= 2.2.0
-BuildRequires:	python3-lxml >= 4
+BuildRequires:	python3-lxml >= 4.7.1
 BuildRequires:	python3-pytest >= 5.3.0
+BuildRequires:	python3-pytest-randomly >= 1.2.3
 %endif
-BuildRequires:	unzip
-Requires:	python3 >= 1:3.6
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+BuildRequires:	sed >= 4.0
+Requires:	python3 >= 1:3.7
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,6 +39,9 @@ PSAutoHint - samodzielna wersja autohintera z AFDKO.
 %prep
 %setup -q
 
+# disable pytest-xdist
+%{__sed} -i '/-n auto/d' pytest.ini
+
 %build
 %py3_build
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/psautohint.git/commitdiff/f1ab17d454ceabf7194028c30fa478013e981901



More information about the pld-cvs-commit mailing list