14
0

Accepting request 207357 from home:posophe:branches:devel:languages:python

- Update to version 0.2.7 
  + add a MANIFEST.in which makes sure README.md is present. Without
    this pip install fails: https://github.com/oisinmulvihill/stomper/issues/3.
- Changes from version 0.2.6
  + correct many spelling mistakes throughout the code base.
  + make the README.md the main
- Changes from 0.2.5
  + removes the extra line ending which can cause problems.
- README has been renamed in README.md; change it in %doc

OBS-URL: https://build.opensuse.org/request/show/207357
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=10
This commit is contained in:
Denisart Benjamin
2013-11-17 19:01:24 +00:00
committed by Git OBS Bridge
parent bcbb5c164b
commit bb83f8b795
4 changed files with 18 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: python-stomper
Version: 0.2.4
Version: 0.2.7
Release: 0
Summary: This is a transport neutral client implementation of the STOMP protocol
License: Apache-2.0
@@ -56,7 +56,7 @@ nosetests
%files
%defattr(-,root,root,-)
%doc README lib/stomper/examples
%doc README.md lib/stomper/examples
%{python_sitelib}/*
%changelog