14
0
forked from pool/python-unify

- Update to 0.5:

* Provide license
  * minor fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unify?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-09-10 09:33:48 +00:00
committed by Git OBS Bridge
parent 790f020632
commit 679e40aa59
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 10 09:32:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.5:
* Provide license
* minor fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 3 11:36:19 UTC 2019 - pgajdos@suse.com Mon Jun 3 11:36:19 UTC 2019 - pgajdos@suse.com

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-unify Name: python-unify
Version: 0.4 Version: 0.5
Release: 0 Release: 0
Summary: Tool to modify strings to use the same quotes Summary: Tool to modify strings to use the same quotes
License: MIT License: MIT
@@ -29,13 +29,13 @@ Source9: README.suse
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-setuptools
Requires: python-untokenize Requires: python-untokenize
BuildArch: noarch BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module untokenize} BuildRequires: %{python_module untokenize}
# /SECTION # /SECTION
Requires: python-setuptools
%python_subpackages %python_subpackages
%description %description
@@ -61,6 +61,7 @@ cp %{SOURCE9} .
mv %{buildroot}%{_bindir}/unify %{buildroot}%{_bindir}/unify_quotes mv %{buildroot}%{_bindir}/unify %{buildroot}%{_bindir}/unify_quotes
%files %{python_files} %files %{python_files}
%license LICENSE
%doc README.rst README.suse %doc README.rst README.suse
%python3_only %{_bindir}/unify_quotes %python3_only %{_bindir}/unify_quotes
%{python_sitelib}/* %{python_sitelib}/*

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:478e84ea77aa9891555e8e4329bb33c0468e5038f4bd7eddcd092770de12b96e
size 5607

3
v0.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1794af47aed6ace9fbd31da7a371e67602bc03595732c2727fcf77e6dd04a91e
size 6196