From 4e21556ddfa37cc36a013b52cc8ac05bd38dba37fd72d6846df37391d066a74a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 23 Jun 2020 15:26:08 +0000 Subject: [PATCH] - remove oslosphinx dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bashate?expand=0&rev=11 --- bashate-1.0.0.tar.gz | 3 --- bashate-2.0.0.tar.gz | 3 +++ python-bashate.changes | 6 ++++++ python-bashate.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 bashate-1.0.0.tar.gz create mode 100644 bashate-2.0.0.tar.gz diff --git a/bashate-1.0.0.tar.gz b/bashate-1.0.0.tar.gz deleted file mode 100644 index 320db7d..0000000 --- a/bashate-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bc2ce99f534d7d1dd2b7f579a78fcc84f55b9dfe581000fb10ebf09f5d292bb -size 30758 diff --git a/bashate-2.0.0.tar.gz b/bashate-2.0.0.tar.gz new file mode 100644 index 0000000..729d0f4 --- /dev/null +++ b/bashate-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb990cf07c0ca09ee06f3b7eff79232a2d6eff9d2bdf141e8126efebb0521a17 +size 29579 diff --git a/python-bashate.changes b/python-bashate.changes index 17985ed..63c5ee5 100644 --- a/python-bashate.changes +++ b/python-bashate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 23 15:25:40 UTC 2020 - Dirk Mueller + +- update to 2.0.0: + * Add Python 3.5 support + ------------------------------------------------------------------- Wed May 27 09:36:25 UTC 2020 - Petr Gajdos diff --git a/python-bashate.spec b/python-bashate.spec index eec2a82..0c919b3 100644 --- a/python-bashate.spec +++ b/python-bashate.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-bashate -Version: 1.0.0 +Version: 2.0.0 Release: 0 Summary: A PEP8 equivalent for bash scripts License: Apache-2.0