diff --git a/.gitignore b/.gitignore index a29afa7..45875d1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /pdc-client-0.9.0.tar.gz /pdc-client-1.0.0.tar.gz /pdc-client-1.0.0.post2.tar.gz +/pdc-client-1.1.0.tar.gz diff --git a/pdc-client.spec b/pdc-client.spec index 799a714..157f8fb 100644 --- a/pdc-client.spec +++ b/pdc-client.spec @@ -9,8 +9,8 @@ %global with_python3 0 Name: pdc-client -Version: 1.0.0 -Release: 3%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Summary: Console client for interacting with Product Definition Center Group: Development/Libraries License: MIT @@ -103,7 +103,7 @@ rm -rf %{py3dir} cp -a . %{py3dir} find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|' %endif # with_python3 -find -name 'test_helper*' -delete +find -name 'test_helpers_py3*' -delete find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|' %build @@ -141,7 +141,7 @@ cp pdc.bash %{buildroot}/%{_sysconfdir}/bash_completion.d/ mkdir -p %{buildroot}/%{_sysconfdir}/pdc.d cat > %{buildroot}/%{_sysconfdir}/pdc.d/fedora.json << EOF { - "dev": { + "fedora": { "host": "https://pdc.fedoraproject.org/rest_api/v1/", "develop": false, "insecure": false @@ -158,6 +158,8 @@ EOF %config(noreplace) %{_sysconfdir}/pdc.d/fedora.json %{_bindir}/pdc %{_bindir}/pdc_client +%dir %{_datadir}/pdc-client +%dir %{_datadir}/pdc-client/plugins %{_datadir}/pdc-client/plugins/* %files -n python2-pdc-client @@ -174,11 +176,20 @@ EOF %changelog -* Tue Jul 19 2016 Fedora Release Engineering - 1.0.0-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages +* Sun Aug 07 2016 bliu 1.1.0-1 +- When page_size <= 0; the pagination will be disabled. (bliu@redhat.com) +- Handle page_size in mocked API calls. (nils@redhat.com) +- Move necessary arguments to required argument list. (ycheng@redhat.com) +- Make format strings compatible with python 2.6 (chuzhang@redhat.com) +- Fix failure with requests-kerberos 0.9+ and Python 3 (drop monkey_patch.py) + (mzibrick@redhat.com) +- Add FILES section and fix issue link in manpage (sochotnicky@redhat.com) * Sun Jul 17 2016 bliu 1.0.0-2 -- new package built with tito with 1.0.0-2 +- Move plugins outside of python_sitelib. (bliu@redhat.com) +- Allow specifying plugins in the config file. (chuzhang@redhat.com) +- Change configuration files for pdc-client. (bliu@redhat.com) +- Add field 'subvariant' to image sub-command. (ycheng@redhat.com) * Thu May 05 2016 bliu 0.9.0-3 - Change filtering arguments's underscore to minus to be consistent. diff --git a/sources b/sources index d931a15..fb98728 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ca6bcc15c73380a676295a060f0c4071 pdc-client-1.0.0.tar.gz +2b5eae575ce99dab9d919223ba656f10 pdc-client-1.1.0.tar.gz