From 0c55fe4303610cf18a7b70da76324e1d44808cbdf8c3f6f074ebdbd51e970cbc Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 19 Mar 2021 01:53:53 +0000 Subject: [PATCH] - Update 0.8.1: * Fixes behavior with None in removeObserver (#349) * Resets glyph set on save (#297) * Gives Anchors and Guidelines a glyph attribute (#325) * Dispatcher enhancements (#337) * Adds __eq__ in BaseDict (#344) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-defcon?expand=0&rev=8 --- defcon-0.7.2.zip | 3 --- defcon-0.8.1.zip | 3 +++ python-defcon.changes | 10 ++++++++++ python-defcon.spec | 4 +++- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 defcon-0.7.2.zip create mode 100644 defcon-0.8.1.zip diff --git a/defcon-0.7.2.zip b/defcon-0.7.2.zip deleted file mode 100644 index 8602218..0000000 --- a/defcon-0.7.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1967eaa23dcc8e1cbe3bd130aae4d9ddb72027b62d3e23eeb640065cfbd6d8d1 -size 508440 diff --git a/defcon-0.8.1.zip b/defcon-0.8.1.zip new file mode 100644 index 0000000..fe88f84 --- /dev/null +++ b/defcon-0.8.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410adb6bd18996054ad82b0654aea2bc0a334a9ff7007fe983ec6f3f39f449ea +size 518659 diff --git a/python-defcon.changes b/python-defcon.changes index 696ab76..3b8ddc6 100644 --- a/python-defcon.changes +++ b/python-defcon.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 19 01:52:35 UTC 2021 - Steve Kowalik + +- Update 0.8.1: + * Fixes behavior with None in removeObserver (#349) + * Resets glyph set on save (#297) + * Gives Anchors and Guidelines a glyph attribute (#325) + * Dispatcher enhancements (#337) + * Adds __eq__ in BaseDict (#344) + ------------------------------------------------------------------- Sat Feb 13 10:25:23 UTC 2021 - Dirk Müller diff --git a/python-defcon.spec b/python-defcon.spec index 37518da..41ccf76 100644 --- a/python-defcon.spec +++ b/python-defcon.spec @@ -20,12 +20,14 @@ %define skip_python2 1 %define skip_python36 1 Name: python-defcon -Version: 0.7.2 +Version: 0.8.1 Release: 0 Summary: A set of flexible objects for representing UFO data License: MIT URL: http://code.typesupply.com Source: https://files.pythonhosted.org/packages/source/d/defcon/defcon-%{version}.zip +BuildRequires: %{python_module fs} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros