14
0
Commit Graph

84 Commits

Author SHA256 Message Date
f3f6f876fd Accepting request 461852 from devel:languages:python
- update to 0.8.0:
  * Ignore the required python version for now
  * Add build condition for tests in opensuse template
  * Install setup_requires as BuildRequires during build
  * Update opensuse template for singlespec approach
  * Remove useless '(' and ')' replacements from opensuse template
  * travis: Update credential to deploy on pypi
- Remove manpage for now. Build is broken.

OBS-URL: https://build.opensuse.org/request/show/461852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=38
2017-03-03 16:54:24 +00:00
Thomas Bechtold
f2b4634e0b - update to 0.8.0:
* Ignore the required python version for now
  * Add build condition for tests in opensuse template
  * Install setup_requires as BuildRequires during build
  * Update opensuse template for singlespec approach
  * Remove useless '(' and ')' replacements from opensuse template
  * travis: Update credential to deploy on pypi
- Remove manpage for now. Build is broken.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=59
2017-03-02 10:18:25 +00:00
9f4c349fb4 Accepting request 457073 from devel:languages:python
- update to 0.7.0:
  * Switch to pbr
  * Include doc/* in sdist tarball
  * Add Shinx config to setup.cfg
  * Post release version bump to 0.6.7
  * Bump version to 0.6.6
  * Set files.pythonhosted.org as Source url
  * Also search for tarballs with underscores
  * Set pypi.io url for Source
  * Remove deprecated metadata subcommand
  * doc: Move CLI help to extra document
  * Support multiple template directories
  * Fix pep8 error
  * Use Sphinx for documentation
  * Remove hardcoded markers
  * Add license wit FIXME if available
  * Fix extensions for openSUSE template
  * Add script to create packages for OBS
  * Switch to metaextract
  * Improve openSUSE template checks
  * Update repository name after move to openSUSE
- Adjust Requires

OBS-URL: https://build.opensuse.org/request/show/457073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=37
2017-02-24 01:54:47 +00:00
Thomas Bechtold
a95f0479a9 - update to 0.7.0:
* Switch to pbr
  * Include doc/* in sdist tarball
  * Add Shinx config to setup.cfg
  * Post release version bump to 0.6.7
  * Bump version to 0.6.6
  * Set files.pythonhosted.org as Source url
  * Also search for tarballs with underscores
  * Set pypi.io url for Source
  * Remove deprecated metadata subcommand
  * doc: Move CLI help to extra document
  * Support multiple template directories
  * Fix pep8 error
  * Use Sphinx for documentation
  * Remove hardcoded markers
  * Add license wit FIXME if available
  * Fix extensions for openSUSE template
  * Add script to create packages for OBS
  * Switch to metaextract
  * Improve openSUSE template checks
  * Update repository name after move to openSUSE
- Adjust Requires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=57
2017-02-14 12:12:17 +00:00
Todd R
ea976f6529 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=56 2016-10-02 18:25:59 +00:00
Todd R
ef57604160 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=55 2016-10-02 18:25:33 +00:00
Todd R
f99038c2d8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=54 2016-10-02 18:24:38 +00:00
861021970a Accepting request 419420 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/419420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=36
2016-08-17 10:05:14 +00:00
Jan Matejek
eba2b274f7 Accepting request 419348 from home:tbechtold:branches:devel:languages:python
- update to version 0.6.4
  * Fix urlretrieve for py3
  * Remove obsolete workaround for old suse in template
  * Update travis.yml
  * Bump version to 0.6.4
  * Add "metadata" subcommand

OBS-URL: https://build.opensuse.org/request/show/419348
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=52
2016-08-15 14:25:47 +00:00
e12f1699e5 Accepting request 412809 from devel:languages:python
- Add missing python-six BuildRequires

OBS-URL: https://build.opensuse.org/request/show/412809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=35
2016-07-24 17:53:17 +00:00
Thomas Bechtold
e427b4228d - Add missing python-six BuildRequires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=49
2016-07-22 06:53:55 +00:00
53af4648af Accepting request 406255 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/406255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=34
2016-07-12 21:51:09 +00:00
9424b9b24c Accepting request 406252 from home:tbechtold:branches:devel:languages:python
- Use https for Source url

OBS-URL: https://build.opensuse.org/request/show/406252
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=47
2016-07-04 07:26:35 +00:00
Jan Matejek
d528bc4b75 Accepting request 405766 from home:tbechtold:branches:devel:languages:python
- update to 0.6.3:
  * Bump version to 0.6.3
  * Set setup.py encoding and retry parsing in error case
  * Move Jinja2 env creation to own function
  * Don't call nosetests when a testsuite was found
  * Fix get_metadata for distutils setup()
  * Also try to get license from classifiers
  * Fix --run deprecation
  * Move requirements related code to requires.py
  * Remove setup.py parsing code
  * Always run setup.py to get metadata
  * Fix README.rst style

- update to 0.6.2:
  * Bump version to 0.6.2
  * Also list tests_require as BuildRequires for openSUSE
  * Reorder Requires/BuildRequires for openSUSE
  * Requirement markers are only available in newer setuptools versions

- update to 0.6.1:
 * Bump version to 0.6.1
 * Improve _canonicalize_setup_data() tests
 * Rerun _canonicalize_setup_data()
 * Remove py33 and py34 from travis and tox
 * travis: Fix python 3 test env variables
 * Don't list "./" in names for extracted zip/tar file
 * Fix minimal version detection for requirements
 * Support requirement markers
 * Fix tests_require handling
 * Adjust some comments

OBS-URL: https://build.opensuse.org/request/show/405766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=46
2016-07-01 13:09:06 +00:00
Todd R
1581c8e257 Accepting request 322394 from home:TheBlackCat:branches:devel:languages:python
Update to version 0.5.0

OBS-URL: https://build.opensuse.org/request/show/322394
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=45
2015-08-13 11:48:06 +00:00
Stephan Kulow
f0aeb97548 Accepting request 224844 from devel:languages:python
- Update to version 0.4.10
  + Fix PyPI URL to avoid 301 moved permanently
  + Minor bugfixes
------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/request/show/224844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=32
2014-03-09 19:17:24 +00:00
Sascha Peilicke
a6134972b4 - Update to version 0.4.10
+ Fix PyPI URL to avoid 301 moved permanently
  + Minor bugfixes
------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=43
2014-03-06 09:06:06 +00:00
Stephan Kulow
6acd5e1f17 Accepting request 221584 from devel:languages:python
- Update to version 0.4.9:
  + Fix coverage report source
  + Add cssselect setup_requires
  + Update SPDX license map
  + Change 'flake8' to 'pep8' target
  + Fix recursive-include for doc
  ...

OBS-URL: https://build.opensuse.org/request/show/221584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=31
2014-02-11 10:03:31 +00:00
Sascha Peilicke
4ae82904d5 - Update to version 0.4.9:
+ Fix coverage report source
  + Add cssselect setup_requires
  + Update SPDX license map
  + Change 'flake8' to 'pep8' target
  + Fix recursive-include for doc
  ...

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=41
2014-02-10 10:13:31 +00:00
Stephan Kulow
414500d218 Accepting request 180744 from devel:languages:python
- Update to version 0.4.4:
  + Package scripts (setup.py) as binaries

OBS-URL: https://build.opensuse.org/request/show/180744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=29
2013-06-25 07:35:21 +00:00
Sascha Peilicke
c1f1db543a - Update to version 0.4.4:
+ Package scripts (setup.py) as binaries

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=40
2013-06-24 12:14:46 +00:00
Stephan Kulow
0863f46bc0 Accepting request 179940 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=28
2013-06-19 15:04:05 +00:00
Sascha Peilicke
3fa2dc1d9a - Only require python-argparse on SLE, it's part of Python-2.7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=39
2013-06-17 12:15:59 +00:00
Stephan Kulow
faffd1ace1 Accepting request 174421 from devel:languages:python
- Update to version 0.4.3.4:
  + catch more doc files

- Update to version 0.4.3.3:
  + Various bugfixes

OBS-URL: https://build.opensuse.org/request/show/174421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=27
2013-05-03 11:46:05 +00:00
Sascha Peilicke
f25e573a8f - Update to version 0.4.3.4:
+ catch more doc files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=38
2013-05-03 10:26:13 +00:00
Sascha Peilicke
58583ec958 - Update to version 0.4.3.3:
+ Various bugfixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=37
2013-05-02 12:38:54 +00:00
Stephan Kulow
934d8d76c0 Accepting request 173777 from devel:languages:python
- Update to version 0.4.3:
  + Generate SPDX-style licenses
  + Find documentation files from local tarball
  + Detect C extensions from local tarball

OBS-URL: https://build.opensuse.org/request/show/173777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=26
2013-05-02 09:42:03 +00:00
Sascha Peilicke
089ecc46a8 - Update to version 0.4.3:
+ Generate SPDX-style licenses
  + Find documentation files from local tarball
  + Detect C extensions from local tarball

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=36
2013-04-29 13:19:13 +00:00
Stephan Kulow
185ea2cb3a Accepting request 115032 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/115032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=23
2012-05-03 09:00:02 +00:00
Sascha Peilicke
16f6dade15 - Update to version 0.4.1.1
* spec file template conforms to spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=35
2012-04-13 12:22:11 +00:00
Sascha Peilicke
960f9d052b Accepting request 84436 from devel:languages:python
- Set license to GPL-2.0+ (SPDX style)
- Update to version 0.3.21:
  * Improvements to the Fedora and SUSE spec templates

OBS-URL: https://build.opensuse.org/request/show/84436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=21
2011-09-26 08:17:12 +00:00
Sascha Peilicke
1637005ba5 - Set license to GPL-2.0+ (SPDX style)
- Update to version 0.3.21:
  * Improvements to the Fedora and SUSE spec templates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=34
2011-09-22 11:17:35 +00:00
Sascha Peilicke
af6daea9c7 Accepting request 83943 from devel:languages:python
- Buildrequire python-Jinja2 instead of python-jinja2
- Removed %clean section, use sane default
- Fix non-executable script rpmlint warning

OBS-URL: https://build.opensuse.org/request/show/83943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=20
2011-09-21 15:20:35 +00:00
Sascha Peilicke
4ef15f9a26 - Buildrequire python-Jinja2 instead of python-jinja2
- Removed %clean section, use sane default
- Fix non-executable script rpmlint warning

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=33
2011-09-20 14:58:36 +00:00
Lars Vogdt
96ad07f073 Autobuild autoformatter for 80618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=19
2011-09-05 15:04:04 +00:00
Lars Vogdt
c3254ec39c Accepting request 80618 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/80618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=18
2011-09-05 15:03:54 +00:00
Sascha Peilicke
9ed1c2b6d7 - Remove unused %python_sitearch macro definition
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=32
2011-07-07 13:20:16 +00:00
Berthold Gunreben
42c6f80847 Autobuild autoformatter for 74305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=17
2011-06-24 08:21:25 +00:00
Berthold Gunreben
d1f966502d Accepting request 74305 from devel:languages:python
- Update to version 0.3.20
  * Use URL for RPM tag 'Source' instead of filename

- Update to version 0.3.18
  * Also list dependencies from 'install_requires'
  * Allow to depend on specific Python versions

OBS-URL: https://build.opensuse.org/request/show/74305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=16
2011-06-24 08:21:09 +00:00
Sascha Peilicke
71af43e271 - Update to version 0.3.20
* Use URL for RPM tag 'Source' instead of filename

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=31
2011-06-22 10:35:32 +00:00
Sascha Peilicke
0024164613 - Update to version 0.3.18
* Also list dependencies from 'install_requires'
  * Allow to depend on specific Python versions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=30
2011-05-31 08:03:37 +00:00
e2361e67a2 Autobuild autoformatter for 70546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=15
2011-05-18 14:58:14 +00:00
c2290e5569 Accepting request 70546 from devel:languages:python
- Update to version 0.3.17
  * Fix unicode encoding issues
  * New spec file template for Mageia (formerly Mandriva)
- Changes from version 0.3.16
  * More testing
  * Updated spec file templates according to distro policies

OBS-URL: https://build.opensuse.org/request/show/70546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=14
2011-05-18 14:58:03 +00:00
Sascha Peilicke
3d56e7b5b6 - Update to version 0.3.17
* Fix unicode encoding issues
  * New spec file template for Mageia (formerly Mandriva)
- Changes from version 0.3.16
  * More testing
  * Updated spec file templates according to distro policies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=29
2011-05-18 11:41:03 +00:00
e6a1d86cd7 Autobuild autoformatter for 68552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=13
2011-04-28 01:19:13 +00:00
5782e33cc3 Accepting request 68552 from devel:languages:python
Accepted submit request 68552 from user coolo

OBS-URL: https://build.opensuse.org/request/show/68552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=12
2011-04-28 01:19:02 +00:00
Sascha Peilicke
a8f4a9c921 - Update to version 0.3.15
* Minor SUSE template fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=28
2011-04-27 09:49:16 +00:00
45fb4b8c7d Autobuild autoformatter for 66930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=11
2011-04-15 09:52:58 +00:00
4b6c23d801 Accepting request 66930 from devel:languages:python
Accepted submit request 66930 from user coolo

OBS-URL: https://build.opensuse.org/request/show/66930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=10
2011-04-15 09:52:49 +00:00
Sascha Peilicke
c664f2e630 - Update to version 0.3.14
* Remove #norootforbuild and *.egg-info from %%files section

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=27
2011-03-31 14:22:26 +00:00