forked from pool/python-bowler
Accepting request 841490 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/841490 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bowler?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3e0ba2e6d62d84e9dc34c07fd4ae6453c8de480e14cdd67a5665cfeedbf8cb2
|
||||
size 41447
|
||||
3
bowler-0.9.0.tar.gz
Normal file
3
bowler-0.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdb85ce2e7bd545802a15d755d1daf2b6a125429355c50d2019a9f35d63e45db
|
||||
size 42594
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 11 07:34:01 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- 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 <pgajdos@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user