Commit Graph

  • a1a3c20e1f Accepting request 1235773 from devel:languages:python factory Ana Guerrero 2025-01-09 14:05:19 +00:00
  • ae3d2ee8ff Point pip at the existing wheels directory devel Steve Kowalik 2025-01-08 04:04:01 +00:00
  • 5cb0ad08a4 - Drop patch skip-pip-install.patch: * Create a pip links directory with a wheel of setuptools, since that is the only requirement for pip install with the current version of setuptools. - Remove unneeded Requires, limit them appropiately. - Switch to pyproject macros. Steve Kowalik 2025-01-08 03:49:37 +00:00
  • 13dede26eb Accepting request 1180149 from devel:languages:python Ana Guerrero 2024-06-13 13:37:38 +00:00
  • 574582d944 - update to 4.6: * Fix build against Python 3.13 Dirk Mueller 2024-06-12 09:23:03 +00:00
  • 5d2321a6b7 Accepting request 1114782 from devel:languages:python Ana Guerrero 2023-10-02 18:07:15 +00:00
  • 5404bfb799 - update to 4.5: * We newly provide build_manpages.build_py and build_manpages.install command classes that are re-usable from pyproject.toml. No need to provide setup.py because of argparse-manpage. * The prog= specifier (in setup.py/setup.cfg/pyproject.toml) is now better handled so it doesn't conflict with ArgumentParser(prog=..). - Update to v4 Dirk Mueller 2023-10-02 09:24:49 +00:00
  • aee779c53f Accepting request 1093250 from devel:languages:python Dominique Leuenberger 2023-06-15 09:45:24 +00:00
  • 4fdae1f2e3 - Update to 4.3: * The pyproject.toml parsing feature now depends on tomli * Support for pyproject.toml specification of manpages added. * Support for pre-written man pages (the --manfile option) * Incorrect dict access for --include support fixed. - Add patch skip-pip-install.patch: * Skip pip install tests for now. Steve Kowalik 2023-06-15 09:43:05 +00:00
  • f315f333a2 Accepting request 1079778 from devel:languages:python Dominique Leuenberger 2023-04-16 17:39:05 +00:00
  • e710866176 - update to 4.1: * A new --include feature, inspired by help2man --include. * Allow overriding build date with SOURCE_DATE_EPOCH environment variable in order to make builds reproducible. Dirk Mueller 2023-04-16 17:02:24 +00:00
  • 1d4e070b9c Accepting request 1034469 from devel:languages:python Dominique Leuenberger 2022-11-08 11:52:31 +00:00
  • 49d4799f16 Accepting request 1034370 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-11-08 09:42:53 +00:00
  • 3be2066b4e Accepting request 1030130 from devel:languages:python Dominique Leuenberger 2022-10-20 11:24:44 +00:00
  • c2ef86ec66 - Remove not needed dep python-six Daniel Garcia 2022-10-20 09:14:05 +00:00
  • 53b9ec5838 Accepting request 993147 from devel:languages:python Dominique Leuenberger 2022-08-05 17:51:08 +00:00
  • c13b8323a7 Accepting request 992761 from home:dmach:branches:openSUSE:Factory Dirk Mueller 2022-08-04 20:58:04 +00:00
  • 9385c1003f Accepting request 887384 from devel:languages:python Dominique Leuenberger 2021-04-22 16:03:58 +00:00
  • 8fdb586988 Accepting request 886994 from home:mcalabkova:branches:devel:languages:python Matej Cepl 2021-04-21 22:32:02 +00:00
  • 26c1f9e7a6 Accepting request 828291 from devel:languages:python Dominique Leuenberger 2020-08-21 17:08:24 +00:00
  • 21f3f56ff0 Accepting request 828239 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-08-20 19:20:17 +00:00
  • 1d9d066d41 Accepting request 793949 from devel:languages:python Dominique Leuenberger 2020-04-15 17:54:46 +00:00
  • b043857af0 Correct removing slave alternatives Matej Cepl 2020-04-14 17:12:44 +00:00
  • c3e499ae32 - Don't use %python3_only command, but properly use alternatives. Matej Cepl 2020-04-14 16:04:07 +00:00
  • d321ac53a4 Accepting request 769151 from devel:languages:python Dominique Leuenberger 2020-02-03 10:13:59 +00:00
  • a3490f13f0 Accepting request 769102 from home:dimstar:Factory Matej Cepl 2020-01-31 23:05:32 +00:00
  • 16d0b57baf Accepting request 765253 from devel:languages:python Dominique Leuenberger 2020-01-18 11:17:44 +00:00
  • da409188a1 Accepting request 765246 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-01-17 12:50:43 +00:00
  • a96b13e973 Accepting request 730710 from devel:languages:python Dominique Leuenberger 2019-09-27 12:47:26 +00:00
  • 442b60d7f3 - Update to 1.2.2: * More complete release tarball, including tests. * Fixed shebang in /bin/argparse-manpage script so it works on Debian/Ubuntu as well as on Fedora. * LICENSE file included in release tarball. * Command-line executable now takes an optional '--output' argument. Tomáš Chvátal 2019-09-13 12:44:37 +00:00
  • cf17467b3c Accepting request 704089 from devel:languages:python Dominique Leuenberger 2019-05-20 11:18:12 +00:00
  • 6f401906a5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argparse-manpage?expand=0&rev=5 Todd R 2019-05-19 23:44:25 +00:00
  • ff2962dce8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argparse-manpage?expand=0&rev=3 Todd R 2019-05-19 23:32:35 +00:00
  • aeeaf42d5b - Switch to github tarball - Enable tests - Get license file - Run fdupes - Add support for older distros than Tumbleweed Tomáš Chvátal 2019-05-07 07:00:13 +00:00
  • f32d46242e Accepting request 647084 from security:idm Tomáš Chvátal 2019-05-07 06:46:59 +00:00
  • 241dcde4a7 Accepting request 660242 from network:ldap Dominique Leuenberger 2019-01-21 09:28:19 +00:00
  • 5e16b34bae Accepting request 641645 from security:idm William Brown 2018-12-20 10:15:55 +00:00