forked from pool/python-fontParts
Accepting request 940878 from home:bnavigator:branches:devel:languages:python
- Update to 0.9.11 * Fixes inserting a segment with an open contour, #601 - Skip python36: FontTools dropped support OBS-URL: https://build.opensuse.org/request/show/940878 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4898942385e0ea28a721fd8de3232f5db7b6c528840754fa8b703a3617b69243
|
||||
size 495801
|
||||
3
fontParts-0.9.11.zip
Normal file
3
fontParts-0.9.11.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:558a5f681fcf7ca0bb5a1c68917b5d9b61c77d517833a01ea1667773d13f4012
|
||||
size 496067
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 11:01:52 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 0.9.11
|
||||
* Fixes inserting a segment with an open contour, #601
|
||||
- Skip python36: FontTools dropped support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 23 19:29:59 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-fontParts-test
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@@ -26,8 +26,9 @@
|
||||
%endif
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-fontParts%{psuffix}
|
||||
Version: 0.9.10
|
||||
Version: 0.9.11
|
||||
Release: 0
|
||||
Summary: API for interacting with the parts of fonts
|
||||
License: MIT
|
||||
@@ -84,6 +85,7 @@ export LANG=C.UTF-8
|
||||
# fontParts tests requires fontPens and fontPens' tests require fontParts
|
||||
%check
|
||||
export LANG=C.UTF-8
|
||||
export PYTHONDONTWRITEBYTECODE=1
|
||||
%python_expand PYTHONPATH=./Lib $python Lib/fontParts/fontshell/test.py
|
||||
%endif
|
||||
|
||||
@@ -91,7 +93,8 @@ export LANG=C.UTF-8
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/fontParts
|
||||
%{python_sitelib}/fontParts-%{version}*-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user