]> git.pld-linux.org Git - packages/psautohint.git/commitdiff
- updated to 2.4.0
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Mar 2022 16:52:40 +0000 (18:52 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Mar 2022 16:52:40 +0000 (18:52 +0200)
psautohint.spec

index 95c340acddd827d71b24a577a2360b240256ccc1..1673751baa7650defdb732fc185ceedf9816f8ce 100644 (file)
@@ -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
 
This page took 0.090665 seconds and 4 git commands to generate.