14
0
Commit Graph

54 Commits

Author SHA256 Message Date
Thomas Bechtold
6bca964401 - update to 0.8.5:
* Use 3.8 python in the travis by default
  * Use python 3.8 and 3.9 in tox
  * Execute flake8 on latest py3 instead of old py2 version
  * Add missing comment to opensuse template header
  * Switch to pytest
  * Just say we support py2 and py3 do not bother with minor versions
  * gitignore coverage datafile
  * Do not bother with creating group tag as it is optional these days in openSUSE
  * Run tests under python 3.7 and fix tests
  * tests: replace year in tests by placeholder
  * bug: show help if no command given
  * Fix date in test examples
  * fix fedora tests
  * fix opensuse tests
  * Update py2pack-opensuse-legacy.spec
  * Update py2pack-opensuse.spec
  * Make template compatible with spec-cleaner
  * Add default empty for scripts
  * Just get rid of whole line in opensuse-legacy.spec, this breaks things
  * Don't add BR on python-devel without thinking
  * Add test for non-existent file
  * Add documentation to py2pack/utils.py
  * Add test with invalid archive
  * Raise a ValueError from \_get\_archive\_filelist instead of Exception
  * Add type hints to py2pack.utils
  * Ignore flake8 unused import warning for typing imports
  * Require typing module for python < 3.5
  * Bump python version in test case
  * Shorten overlong line

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=84
2020-10-27 09:11:06 +00:00
Thomas Bechtold
893a55f620 Accepting request 688820 from home:jayvdb:branches:devel:languages:python
- Fix fdupes
- Install only Python 3 Sphinx for docs

OBS-URL: https://build.opensuse.org/request/show/688820
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=82
2019-03-28 08:30:06 +00:00
Tomáš Chvátal
c1f01e5181 Accepting request 655889 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/655889
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=80
2018-12-07 08:20:35 +00:00
Thomas Bechtold
c099b49bc0 - update to 0.8.4:
* Ignore some more pep8 warnings
  * Support %license macro

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=79
2018-12-06 19:59:36 +00:00
a0ac1cab93 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=77
2018-12-04 13:57:57 +00:00
Thomas Bechtold
1d47152456 - update to 0.8.3:
* Remove Sphinx cap
  * Fix copyright year in tests
  * Use release\_urls() XMLRPC method for the time being
  * Test python 3.6 and remove 3.5
- drop fix-api-package-urls.patch (merged upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=75
2018-04-23 10:22:45 +00:00
c91c459c90 Accepting request 597402 from home:kbabioch:branches:devel:languages:python
- Added fix-api-package-urls.patch: Fix an issue with a deprecated
  XMLRPC method (bnc#1089613)

OBS-URL: https://build.opensuse.org/request/show/597402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=73
2018-04-17 10:33:28 +00:00
d55e1766ad - update url to point to the new location (bsc#1079905)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=71
2018-03-06 17:25:32 +00:00
Thomas Bechtold
64aff74cc4 - update to 0.8.2:
* pep8 fixes
  * opensuse template updates
  * Add source\_url to Args in tests and use None as default value
  * Removed unneeded nargs parameter to add\_argument
  * Add a --source-url parameter to 'fetch' and 'generate' commands
  * tests: templates: fix version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=69
2017-12-22 09:50:05 +00:00
Thomas Bechtold
f9ddd14342 - update to 0.8.1:
* Enable tests with python setup.py test
  * Also support for python 3.6
  * Fix opensuse's multipython template
  * unify trailing whitespaces in templates
  * Handle no upstream source download URL gracefully
  * Allow packaging custom pypi names via obs-from-pypi.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=67
2017-08-11 08:24:34 +00:00
Thomas Bechtold
2b793641c8 - Use update-alternatives for the py2pack executable
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=65
2017-06-22 08:38:00 +00:00
Todd R
8dab8d00a0 Accepting request 491672 from home:TheBlackCat:branches:devel:languages:python
- Fix source URL.
- Implement single-spec version.

OBS-URL: https://build.opensuse.org/request/show/491672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=63
2017-05-03 14:54:26 +00:00
Thomas Bechtold
76a2190715 Accepting request 477461 from home:seilerphilipp:py2pack
added missing Requires to get it working on a plain suse machine

OBS-URL: https://build.opensuse.org/request/show/477461
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=61
2017-03-20 15:32:42 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Sascha Peilicke
580e97bec6 - Update to version 0.3.13:
* Generate manpage and HTML documentation
- Added manpage and HTML documentation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=26
2011-03-09 09:41:06 +00:00
Sascha Peilicke
2598d8b2e2 - Update to version 0.3.11
* Remove newer Python features (allow running on older Distros,
    namely RHEL5 and SLES9)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=25
2011-02-16 09:06:56 +00:00
Sascha Peilicke
ed89e56fa9 - Update to version 0.3.10
* Removed SUSE-specific %files section
  * Added README.rst

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=21
2011-01-26 17:37:00 +00:00
Sascha Peilicke
da4280338c - Update to version 0.3.9
* Automatically install egg-info on non-SUSE distros
- Recompressed with bzip2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=20
2011-01-25 14:19:00 +00:00
Sascha Peilicke
652197fb3d - Update to version 0.3.7
* Remove authors from description in openSUSE spec template

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=18
2011-01-18 12:46:33 +00:00
Sascha Peilicke
6c686a0a72 - Update to version 0.3.6
* Removed double check in openSUSE spec template
  * Added some packager hints
- Update to version 0.3.5

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=17
2011-01-14 12:36:26 +00:00
Sascha Peilicke
f5b887a7e1 - Update to version 0.3.4
* Better compatibility with older Python releases
  * Version requirement generation for openSUSE spec template

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=16
2011-01-13 11:07:56 +00:00
Sascha Peilicke
e0432821aa - Update to version 0.3.4
* Use '-q' flag for %setup in openSUSE spec template
- Update to version 0.3.3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=15
2011-01-12 10:48:15 +00:00
Sascha Peilicke
8ed289558a - Uodate to version 0.3.3
* Moved 'export CFLAGS...' from %prep to %build section in 
    templates
  * Templates use simple commands instead of macros
  * Better error handling
  * Templates generate correct source tarball filenames
  * Templates packaged correctly

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=14
2010-12-20 11:50:37 +00:00
Sascha Peilicke
442d795406 Accepting request 56191 from home:saschpe:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/56191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=13
2010-12-16 10:41:58 +00:00
Sascha Peilicke
31c265394d - Update to version 0.3.1
* openSUSE template adds definitions for %python_sitelib and
    %python_sitearch for older distros

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=12
2010-12-12 12:54:18 +00:00
Sascha Peilicke
aa9fd87188 - Update to version 0.3.0
* better error handling
  * templates generate correct source tarball filenames

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=10
2010-12-11 22:13:32 +00:00
Sascha Peilicke
0f92594bd7 - Update to version 0.2.12
* openSUSE template has SUSE Linux GmbH default copyright

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=9
2010-12-11 20:56:12 +00:00
Sascha Peilicke
59f9e877ff - Update to version 0.2.11
* Fixed openSUSE spec file template check for non-suse distros
    in %install section

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=8
2010-12-11 20:47:33 +00:00