15
0
forked from pool/python-dparse
Commit Graph

11 Commits

Author SHA256 Message Date
337714739d Accepting request 1223561 from home:glaubitz:branches:devel:languages:python
- Update to 0.6.4
  * Fix "AttributeError: SafeConfigParser instance has no attribute 'values'"
  * Support poetry.lock version >= 1.5
  * Add pyproject parser
  * Test pyproject parser
  * Add to readme
  * Remove python2-ism in the code
  * Migrate to pyproject.toml
  * Maybe you don't even need build-system
  * Add and fix workflows
  * Replace ConfigParser's 'readfp' by 'read_string'
  * Run tests on PR events
  * Trigger label check on fork PRs
  * ci(.github): revamp workflows and add hatch
  * perf(.github): prepare release workflows
  * perf(pyproject.toml): Set the start version of the new dparse release
  * ci(ci.yml): Set SLUG to release when the correct even is triggered
  * docs(CHANGELOG.md): Reset CHANGELOG.md
  * build(pyproject.toml): Fix steps for changelog generation
  * ci(release.yml): Download artifact from another workflow
- Add python-hatchling to BuildRequires
- Drop fix-configparser-parsing.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1223561
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=17
2024-11-12 09:36:35 +00:00
71f6e243bf - Switch to autosetup and pyproject macros.
- Stop using greedy globs in %files.
- Add patch fix-configparser-parsing.patch:
  * Use non-deprecated/removed functions from ConfigParser.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=15
2024-01-15 05:34:25 +00:00
61b41f1370 - update to 0.6.3:
* Use the modern tomli/tomllib to parse TOML files.
  * Drop Python 3.5 from our CI.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=13
2023-07-01 20:47:38 +00:00
f5bddfaaca Accepting request 1031665 from home:yarunachalam:branches:devel:languages:python
- Update to 0.6.2 
  * Fixed bug: always call the parent from the PATH in the resolve_file function.

OBS-URL: https://build.opensuse.org/request/show/1031665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=11
2022-10-29 11:52:24 +00:00
eb567066d3 Actually make the promised update.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=9
2022-09-29 13:45:29 +00:00
65a3b5ffd0 Accepting request 1006505 from home:yarunachalam:branches:devel:languages:python
- update to 0.6.1
  * Use non-deprecated ConfiParser method
- update to 0.6.0
  * Fork from upstream dparse that is unresponsive
  * Rename package to dparse2
  * Fix security issue for GHSL-2021-111https://github.com/pyupio/dparse/issues/50
  * Drop support for Python < 3.6 and add support for up to 3.10
  * Drop support for updating requirements files
  * format code with black, sort imports

OBS-URL: https://build.opensuse.org/request/show/1006505
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=8
2022-09-27 19:36:42 +00:00
15d4ffb5d0 - update to 0.5.1:
* Fixed package metadata removing 2.7 support
  * Install pipenv only when asked for with extras

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=6
2020-09-17 06:52:37 +00:00
Tomáš Chvátal
aaecb52f33 Accepting request 791127 from home:mcalabkova:branches:devel:languages:python
- update to 0.5.0
  * Dropped Python 2.7, 3.3, 3.4 support
  * Removed six package
  * Removed pinned dependencies of tests
  * Dropped setup.py tests support in favor of tox

OBS-URL: https://build.opensuse.org/request/show/791127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=4
2020-04-03 08:27:25 +00:00
9b0a9a5acd Accepting request 701009 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/701009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dparse?expand=0&rev=1
2019-05-06 11:29:27 +00:00
754e5371e1 Accepting request 694784 from home:mcepl:branches:devel:languages:python
- Although pipenv is required by upstream, tests pass even
  without it, and we don't have it packaged yet.

OBS-URL: https://build.opensuse.org/request/show/694784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=2
2019-04-16 11:15:43 +00:00
71c0098fbc Accepting request 673503 from home:jayvdb:coala:python3-bears
- Update to v0.4.1
  * Fixed a packaging error
- for 0.4.0
  * pipenv is now an optional dependency that's only used when updating a Pipfile
  * Added support for invalid toml Pipfiles
- for 0.3.0
  * Added support for setup.cfg files
  * Dependencies from Pipfiles now include the section
  * Multiline requirements are now ignored if they are marked
  * Added experimental support for Pipfiles
- Remove unnecessary build dependency on python-devel and pytest-runner
- Added Recommends for pipenv, and disabled one test related to Pipfile
  support.
- Use %license
- Initial version for 0.2.1

OBS-URL: https://build.opensuse.org/request/show/673503
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=1
2019-02-16 12:15:30 +00:00