diff --git a/.gitignore b/.gitignore index ace94e1..4718623 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /transifex-client-0.9.tar.gz /transifex-client-0.9.1.tar.gz /transifex-client-0.10.tar.gz +/transifex-client-0.13.3.tar.gz diff --git a/sources b/sources index 637b307..b45b8bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5549538d84b8eede6b254cd81ae024fa transifex-client-0.10.tar.gz +SHA512 (transifex-client-0.13.3.tar.gz) = 8f8cd90a1f0c13b005d48c9ea0f4edd8e0e42d0cbbf77b845dc17daed055a692f3d4dde81eb2bf40777bd6c28d63a9f16567eb10c821a3c182912beb96052ffb diff --git a/transifex-client.spec b/transifex-client.spec index 2fb51dd..00647c6 100644 --- a/transifex-client.spec +++ b/transifex-client.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: transifex-client -Version: 0.10 -Release: 10%{?dist} +Version: 0.13.3 +Release: 1%{?dist} Summary: Command line tool for Transifex translation management Group: Development/Languages @@ -10,13 +10,13 @@ License: GPLv2 URL: http://transifex.org Source: http://pypi.python.org/packages/source/t/transifex-client/%{name}-%{version}.tar.gz #Patch0: transifex-client-0.9-use-system-wide-backports-ssl.patch -Patch1: transifex-client-resource-creation.patch +#Patch1: transifex-client-resource-creation.patch BuildArch: noarch -Requires: python2-setuptools -Requires: python2-backports-ssl_match_hostname -BuildRequires: python2-devel -BuildRequires: python2-setuptools +Requires: python3-setuptools +Requires: python3-backports-ssl_match_hostname +BuildRequires: python3-devel +BuildRequires: python3-setuptools %description The Transifex Command-line Client is a command line tool that enables @@ -26,7 +26,7 @@ need of an elaborate UI system. %prep %setup -q #%patch0 -p1 -%patch1 -p1 +#%patch1 -p1 %build %{__python} setup.py build @@ -37,11 +37,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc LICENSE README.rst +%doc LICENSE README.md %{python_sitelib}/* %{_bindir}/* %changelog +* Fri May 18 2018 Luis Bazan - 0.13.3-1 +- New upstream version + * Wed Feb 14 2018 Iryna Shcherbina - 0.10-10 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)