From 4ba2e40d278a18c0360774e2def402005c22e0ff8412701efe0987daf8157155 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Jul 2022 11:27:55 +0000 Subject: [PATCH] - update to 0.10.1: * Python 3.10 support * Add glyphSet argument in _stampLayerInfoDataState * when guideline.name is set to None remove the name key * add eq and hash to FuzzyNumber * drop python 3.6 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-defcon?expand=0&rev=14 --- defcon-0.10.0.zip | 3 --- defcon-0.10.1.zip | 3 +++ python-defcon.changes | 11 ++++++++++- python-defcon.spec | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 defcon-0.10.0.zip create mode 100644 defcon-0.10.1.zip diff --git a/defcon-0.10.0.zip b/defcon-0.10.0.zip deleted file mode 100644 index 5617424..0000000 --- a/defcon-0.10.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a009862a0bc3f41f2b1a1b1f80d6aeedb3a17ed77d598da09f5a1bd93e970b3c -size 519561 diff --git a/defcon-0.10.1.zip b/defcon-0.10.1.zip new file mode 100644 index 0000000..2944bce --- /dev/null +++ b/defcon-0.10.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7964f711b798e092e311f3a79e09fd5fa17bb1cd320d5a32015e4c54eb3070 +size 519762 diff --git a/python-defcon.changes b/python-defcon.changes index ea9d634..ddd9d28 100644 --- a/python-defcon.changes +++ b/python-defcon.changes @@ -1,8 +1,17 @@ +------------------------------------------------------------------- +Tue Jul 19 11:27:11 UTC 2022 - Dirk Müller + +- update to 0.10.1: + * Python 3.10 support + * Add glyphSet argument in _stampLayerInfoDataState + * when guideline.name is set to None remove the name key + * add eq and hash to FuzzyNumber + ------------------------------------------------------------------- Sun Jan 23 16:18:07 UTC 2022 - Dirk Müller - update to 0.10.0: - * drop python 3.6 support + * drop python 3.6 support ------------------------------------------------------------------- Thu Dec 16 10:22:57 UTC 2021 - Ben Greiner diff --git a/python-defcon.spec b/python-defcon.spec index 19adf9f..10151b1 100644 --- a/python-defcon.spec +++ b/python-defcon.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-defcon -Version: 0.10.0 +Version: 0.10.1 Release: 0 Summary: A set of UFO based objects for use in font editing applications License: MIT