14
0

24 Commits

Author SHA256 Message Date
b18907795e Accepting request 1157394 from devel:languages:python
- Add patch fix-test-assertion-methods.patch, use non-removed assertion
  methods.

OBS-URL: https://build.opensuse.org/request/show/1157394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stomper?expand=0&rev=13
2024-03-13 21:19:15 +00:00
51768fdcbd - Add patch fix-test-assertion-methods.patch, use non-removed assertion
methods.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=23
2024-03-13 02:03:11 +00:00
6e65c6409d Accepting request 1109682 from devel:languages:python
- Switch to pyproject and autosetup macros.
- Stop using greedy globs in %files.
- Add patch remove-future-requirement.patch, remove future requirement.

OBS-URL: https://build.opensuse.org/request/show/1109682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stomper?expand=0&rev=12
2023-09-08 19:15:59 +00:00
5f56696aa9 - Switch to pyproject and autosetup macros.
- Stop using greedy globs in %files.
- Add patch remove-future-requirement.patch, remove future requirement.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=21
2023-09-08 07:04:22 +00:00
2603112897 Accepting request 811091 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/811091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stomper?expand=0&rev=11
2020-06-03 18:35:25 +00:00
Tomáš Chvátal
a60c94c690 Accepting request 811064 from home:mcalabkova:branches:devel:languages:python
- replace nose with pytest

OBS-URL: https://build.opensuse.org/request/show/811064
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=19
2020-06-03 11:00:53 +00:00
ded72e7e8c Accepting request 695816 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/695816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stomper?expand=0&rev=10
2019-04-19 16:39:31 +00:00
a862b8165f Accepting request 695808 from home:mcalabkova:branches:devel:languages:python
- update to version 0.4.3
  * Added missing attribution to contributors section and messed up 
    0.4.2 release to new pypi.
  * Thanks to https://github.com/pgajdos for contributing a fix to 
    include the license in the distribution.
- removed LICENSE (now it is included).

OBS-URL: https://build.opensuse.org/request/show/695808
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=17
2019-04-18 17:25:59 +00:00
8125ab8c7f Accepting request 688699 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/688699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stomper?expand=0&rev=9
2019-03-28 21:48:20 +00:00
Tomáš Chvátal
7beb00d255 Accepting request 688696 from home:jengelh:branches:devel:languages:python
- Avoid repetition of project name or self in summary (rpmlint).

OBS-URL: https://build.opensuse.org/request/show/688696
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=15
2019-03-26 12:30:50 +00:00
Tomáš Chvátal
c97440f6d4 Accepting request 688621 from home:pgajdos
- version update to 0.4.1
  * python3 support
  * utf-8 encoding under python3
- build also python3 variant
- drop SLE11 support
- run fdupes
- include LICENSE

OBS-URL: https://build.opensuse.org/request/show/688621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=14
2019-03-26 09:31:38 +00:00
40d653bda2 Accepting request 307590 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/307590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stomper?expand=0&rev=8
2015-05-18 20:26:44 +00:00
Denisart Benjamin
f97c28d721 Accepting request 307040 from home:benoit_monin:branches:devel:languages:python
- update to version 0.3.0
- rename README.md to README.rst: changed upstream

OBS-URL: https://build.opensuse.org/request/show/307040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=12
2015-05-17 12:10:09 +00:00
Tomáš Chvátal
7b577bd72b Accepting request 207358 from 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 (forwarded request 207357 from posophe)

OBS-URL: https://build.opensuse.org/request/show/207358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stomper?expand=0&rev=6
2013-11-18 09:53:52 +00:00
Denisart Benjamin
bb83f8b795 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
2013-11-17 19:01:24 +00:00
Tomáš Chvátal
c35666b8d0 Accepting request 204666 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stomper?expand=0&rev=5
2013-10-25 09:33:08 +00:00
Sascha Peilicke
bcbb5c164b - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=8
2013-10-24 11:15:21 +00:00
Stephan Kulow
6024f93f0e Accepting request 109250 from devel:languages:python
Please add

OBS-URL: https://build.opensuse.org/request/show/109250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stomper?expand=0&rev=1
2012-03-20 10:34:28 +00:00
Sascha Peilicke
1b8ee03eb0 - Simplified macro usage, ran spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=6
2012-03-14 10:32:55 +00:00
Sascha Peilicke
3a9b9840df - Require python-uuid for SLE_10 and below.
- Use python-nose for unittests to fix SLE build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=5
2011-09-22 12:18:31 +00:00
Sascha Peilicke
fe415fffb3 - Fixed license to Apache-2.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=4
2011-09-22 08:57:49 +00:00
Sascha Peilicke
22206b672f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=3 2011-09-22 08:57:10 +00:00
Sascha Peilicke
1adde7bc29 - Update to version 0.2.4:
*Fixing the problem whereby uuid would be installed on python2.5+.
- Changes from version 0.2.3:
  * Fixed issue #9 with the example code. All messages are sent and received correctly.
- Spec file cleanup:
  * Added proper changes file and spec file license header
  * Run testsuite

- Remove Python version dependency

- Fix dependencies

- Update package name to conform to Fedora naming standards
- Change define to global

- Update upstream package to remove hidden files

- Manually remove hidden files

- Initial package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=2
2011-09-22 08:56:46 +00:00
Pavol Rusnak
85f6c1784f init
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=1
2009-07-21 14:34:10 +00:00