From 4c9ec9d10d764001fcaaaef5d1aec0ef3a15ed6846a67e1c75274626aa1939d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 May 2019 20:44:09 +0000 Subject: [PATCH] Accepting request 703259 from home:eapodaca:branches:devel:languages:python - Update to 1.11.0 + See changes file for details OBS-URL: https://build.opensuse.org/request/show/703259 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asciimatics?expand=0&rev=8 --- asciimatics-1.10.0.tar.gz | 3 --- asciimatics-1.11.0.tar.gz | 3 +++ python-asciimatics.changes | 6 ++++++ python-asciimatics.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 asciimatics-1.10.0.tar.gz create mode 100644 asciimatics-1.11.0.tar.gz diff --git a/asciimatics-1.10.0.tar.gz b/asciimatics-1.10.0.tar.gz deleted file mode 100644 index ed2a814..0000000 --- a/asciimatics-1.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9101b0b6885542f324980bbe13a772475cd6a12678f601228eaaea412db919ab -size 1534144 diff --git a/asciimatics-1.11.0.tar.gz b/asciimatics-1.11.0.tar.gz new file mode 100644 index 0000000..666721c --- /dev/null +++ b/asciimatics-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0871133c95fa15c603d471ebb77e39b3389877e2ff2ad5ab3bc906d81b5e8c +size 1542478 diff --git a/python-asciimatics.changes b/python-asciimatics.changes index 45ce6e3..8b73374 100644 --- a/python-asciimatics.changes +++ b/python-asciimatics.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 15 20:33:08 UTC 2019 - Ethan Apodaca + +- Update to 1.11.0 + + See changes file for details + ------------------------------------------------------------------- Thu May 9 01:33:20 UTC 2019 - John Vandenberg diff --git a/python-asciimatics.spec b/python-asciimatics.spec index 8181cf8..75117f3 100644 --- a/python-asciimatics.spec +++ b/python-asciimatics.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-asciimatics -Version: 1.10.0 +Version: 1.11.0 Release: 0 Summary: Package to replace curses and create ASCII animations License: Apache-2.0 @@ -53,7 +53,7 @@ Asciimatics is a package to help people create full-screen text UIs %prep %setup -q -n asciimatics-%{version} -%patch0 -p1 +%autopatch -p1 sed -i '/setup_requires/d' setup.py %build