15
0
forked from pool/python-defcon

- 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
This commit is contained in:
2021-03-19 01:53:53 +00:00
committed by Git OBS Bridge
parent 68e6d3a062
commit 0c55fe4303
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1967eaa23dcc8e1cbe3bd130aae4d9ddb72027b62d3e23eeb640065cfbd6d8d1
size 508440

3
defcon-0.8.1.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:410adb6bd18996054ad82b0654aea2bc0a334a9ff7007fe983ec6f3f39f449ea
size 518659

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 19 01:52:35 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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