From 6c39a55c165fb056a833ba628b51e51964d875c3aadeec59dbbb8f4c5898d32b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 25 Nov 2019 03:42:27 +0000 Subject: [PATCH] - Update to version 0.8.0: * Retrieve the version from the installed distribution. * Add support for Python 3.8 * Remove support for 3.4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=9 --- Automat-0.7.0.tar.gz | 3 --- Automat-0.8.0.tar.gz | 3 +++ python-Automat.changes | 8 ++++++++ python-Automat.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 Automat-0.7.0.tar.gz create mode 100644 Automat-0.8.0.tar.gz diff --git a/Automat-0.7.0.tar.gz b/Automat-0.7.0.tar.gz deleted file mode 100644 index aaa1791..0000000 --- a/Automat-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbd78b83fa2d81fe2a4d23d258e1661dd7493c9a50ee2f1a5b2cac61c1793b0e -size 61461 diff --git a/Automat-0.8.0.tar.gz b/Automat-0.8.0.tar.gz new file mode 100644 index 0000000..f05456f --- /dev/null +++ b/Automat-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269a09dfb063a3b078983f4976d83f0a0d3e6e7aaf8e27d8df1095e09dc4a484 +size 59687 diff --git a/python-Automat.changes b/python-Automat.changes index efdeaf5..a0c8cd6 100644 --- a/python-Automat.changes +++ b/python-Automat.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 25 03:40:42 UTC 2019 - Steve Kowalik + +- Update to version 0.8.0: + * Retrieve the version from the installed distribution. + * Add support for Python 3.8 + * Remove support for 3.4 + ------------------------------------------------------------------- Thu Mar 7 09:09:35 UTC 2019 - Tomáš Chvátal diff --git a/python-Automat.spec b/python-Automat.spec index b523bd9..8ec49d1 100644 --- a/python-Automat.spec +++ b/python-Automat.spec @@ -1,7 +1,7 @@ # # spec file for package python-Automat # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-Automat%{psuffix} -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: Self-service finite-state machines for the programmer on the go License: MIT