From 791b2760b445917228967476ff6ebf2ea79b1acc20ce079bbdbf8500960d108c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 30 Mar 2020 12:55:15 +0000 Subject: [PATCH] Accepting request 789766 from home:mcalabkova:branches:devel:languages:python - Update to 0.5.2 * Updated authorship and copyright. * It is alive! OBS-URL: https://build.opensuse.org/request/show/789766 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cassowary?expand=0&rev=7 --- cassowary-0.5.1.tar.gz | 3 --- cassowary-0.5.2.tar.gz | 3 +++ python-cassowary.changes | 7 +++++++ python-cassowary.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 cassowary-0.5.1.tar.gz create mode 100644 cassowary-0.5.2.tar.gz diff --git a/cassowary-0.5.1.tar.gz b/cassowary-0.5.1.tar.gz deleted file mode 100644 index abb8f9d..0000000 --- a/cassowary-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e44906de2ef1e009107453a6471429db1a36fe06571be628f6b2dc98b7e8a0c1 -size 33085 diff --git a/cassowary-0.5.2.tar.gz b/cassowary-0.5.2.tar.gz new file mode 100644 index 0000000..f8b8c7f --- /dev/null +++ b/cassowary-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c0d10722738eca3cd939c8f6f1a580fdfa4fad71b71d0d193c10aaa3d406dd +size 33583 diff --git a/python-cassowary.changes b/python-cassowary.changes index c5a48ad..b64fb98 100644 --- a/python-cassowary.changes +++ b/python-cassowary.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 30 12:42:22 UTC 2020 - Marketa Calabkova + +- Update to 0.5.2 + * Updated authorship and copyright. + * It is alive! + ------------------------------------------------------------------- Tue Dec 4 12:46:29 UTC 2018 - Matej Cepl diff --git a/python-cassowary.spec b/python-cassowary.spec index 243aa4f..54df9d7 100644 --- a/python-cassowary.spec +++ b/python-cassowary.spec @@ -1,7 +1,7 @@ # # spec file for package python-cassowary # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-cassowary -Version: 0.5.1 +Version: 0.5.2 Release: 0 Summary: A pure Python implementation of the Cassowary constraint solving algorithm License: BSD-3-Clause Group: Development/Languages/Python -URL: https://github.com/pybee/cassowary +URL: https://github.com/brodderickrodriguez/cassowary Source: https://files.pythonhosted.org/packages/source/c/cassowary/cassowary-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes