Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pypingou committed Sep 30, 2014
1 parent 8043866 commit cc1a81c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions pypi2spec.spec
@@ -1,6 +1,6 @@
Name: pypi2spec
Version: 0.3.0
Release: 2%{?dist}
Version: 0.4.0
Release: 1%{?dist}
Summary: Python script to generate RPM spec file for PyPI projects
License: GPLv3+
URL: http://github.com/pypingou/pypi2spec
Expand Down Expand Up @@ -32,6 +32,10 @@ install -pm644 pypi2spec/specfile.tpl %{buildroot}%{python2_sitelib}/pypi2spec/
%{python2_sitelib}/*

%changelog
* Tue Sep 30 2014 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.4.0-1
- Update to 0.4.0
- Drop the doap format in favor of the json output

* Tue Dec 10 2013 Christopher Meng <rpm@cicku.me> - 0.3.0-2
- Beautify SPEC syntax.

Expand Down
2 changes: 1 addition & 1 deletion pypi2spec/__init__.py
Expand Up @@ -31,7 +31,7 @@
logging.basicConfig()
LOG = logging.getLogger('Pypi2spec')
#LOG.setLevel('DEBUG')
__version__ = '0.3.0'
__version__ = '0.4.0'


def create_conf(configfile):
Expand Down

0 comments on commit cc1a81c

Please sign in to comment.