Skip to content

Commit

Permalink
Automatic commit of package [pdc-client] minor release [1.8.0-2]
Browse files Browse the repository at this point in the history
Automatic commit of package [pdc-client] minor release [1.8.0-2].
Remove the "setup.py test" part from sepc.
Add new version 1.8.0 on setup.py.
  • Loading branch information
chcao55 committed Nov 28, 2017
1 parent 02bc2c1 commit 5abb2b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/pdc-client
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0-1 ./
1.8.0-2 ./
14 changes: 5 additions & 9 deletions pdc-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

Name: pdc-client
Version: 1.8.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Console client for interacting with Product Definition Center
Group: Development/Libraries
License: MIT
Expand Down Expand Up @@ -142,14 +142,6 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'
export PDC_CLIENT_PLUGIN_PATH="%{buildroot}%{plugin_install_path}"
test -d "$PDC_CLIENT_PLUGIN_PATH"

%{__python2} setup.py test -q

%if 0%{?with_python3}
pushd %{py3dir}
%{__python3} setup.py test -q
popd
%endif # with_python3

# Smoke-test executables.
%if 0%{?with_python3}
export PYTHONPATH="%{buildroot}%{python3_sitelib}"
Expand Down Expand Up @@ -231,6 +223,10 @@ EOF


%changelog
* Fri Nov 24 2017 Chuang Cao <chcao@redhat.com> 1.8.0-2
- Add new version 1.8.0 in setup.py (chcao@redhat.com)
- Remove "setup.py test" part from sepc file (chcao@redhat.com)

* Wed Nov 22 2017 Chuang Cao <chcao@redhat.com> 1.8.0-1
- Add PDCClient tests and fix the discovered bugs (lholecek@redhat.com)
- Add comments for rpm requirements (chcao@redhat.com)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from setuptools import find_packages, setup

__version__='1.7.0'
__version__='1.8.0'

setup(
name = 'pdc-client',
Expand Down

0 comments on commit 5abb2b1

Please sign in to comment.