From 12e37b25bea27bc7be01c7d5b39a3159eca647f4a06c9f41adfc682cc2718a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 13 Oct 2020 10:38:31 +0000 Subject: [PATCH] Accepting request 840969 from home:jayvdb:branches:devel:languages:python - Update to v0.9.0 OBS-URL: https://build.opensuse.org/request/show/840969 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bowler?expand=0&rev=6 --- bowler-0.8.0.tar.gz | 3 --- bowler-0.9.0.tar.gz | 3 +++ python-bowler.changes | 13 +++++++++++++ python-bowler.spec | 8 +++++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 bowler-0.8.0.tar.gz create mode 100644 bowler-0.9.0.tar.gz diff --git a/bowler-0.8.0.tar.gz b/bowler-0.8.0.tar.gz deleted file mode 100644 index 07cd1be..0000000 --- a/bowler-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3e0ba2e6d62d84e9dc34c07fd4ae6453c8de480e14cdd67a5665cfeedbf8cb2 -size 41447 diff --git a/bowler-0.9.0.tar.gz b/bowler-0.9.0.tar.gz new file mode 100644 index 0000000..631ef45 --- /dev/null +++ b/bowler-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb85ce2e7bd545802a15d755d1daf2b6a125429355c50d2019a9f35d63e45db +size 42594 diff --git a/python-bowler.changes b/python-bowler.changes index 3b112c9..e76bec1 100644 --- a/python-bowler.changes +++ b/python-bowler.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Oct 11 07:34:01 UTC 2020 - John Vandenberg + +- Update to v0.9.0 + * Added bowler test command for testing codemod scripts + * Added python_version option to load files with Python 2 print statement + * Implemented Query.encapsulate() to generate @property wrappers + * Improvements to Query.add_argument() and positional arguments + * No longer depends on shelling-out to patch command for applying diffs + * Fix Query.write() to be non-interactive and silent + * Fix unexpected error code after successful queries + * Marked package as typed for PEP 561 support + ------------------------------------------------------------------- Wed May 27 09:36:30 UTC 2020 - Petr Gajdos diff --git a/python-bowler.spec b/python-bowler.spec index 447275c..58c2c10 100644 --- a/python-bowler.spec +++ b/python-bowler.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-bowler -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: Safe code refactoring for modern Python projects License: MIT @@ -30,15 +30,17 @@ BuildRequires: %{python_module attrs} BuildRequires: %{python_module base >= 3.6} BuildRequires: %{python_module click} BuildRequires: %{python_module fissix} +BuildRequires: %{python_module moreorless} BuildRequires: %{python_module setuptools >= 38.6.0} -BuildRequires: %{python_module sh} +BuildRequires: %{python_module volatile} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-attrs Requires: python-click Requires: python-fissix +Requires: python-moreorless Requires: python-setuptools -Requires: python-sh +Requires: python-volatile Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch