2023-09-14 07:17:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 13 15:17:43 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>
|
|
|
|
|
|
|
|
- Replace the contents of avoid-DoS-on-carefully-crafted-spec-files.patch
|
|
|
|
with a backwards-compatible patch, written by David Anes.
|
|
|
|
|
2023-09-13 07:38:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 13 06:08:44 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>
|
|
|
|
|
2023-09-14 07:17:59 +00:00
|
|
|
- Add avoid-DoS-on-carefully-crafted-spec-files.patch.
|
2023-09-13 07:38:28 +00:00
|
|
|
- Update to v0.14.1:
|
|
|
|
- Changes from v0.14.1:
|
|
|
|
- Fix replace_macro's behavior with user-defined conditional
|
|
|
|
macros.
|
|
|
|
- The parsing of package names was wrong when tab characters where
|
|
|
|
used in %package.
|
|
|
|
- Implement parsing of spec files where sub-packages (%package)
|
|
|
|
have their own sources and patches defined. Previously, the
|
|
|
|
parser would just fail with an error message like
|
|
|
|
AttributeError: 'Package' object has no attribute
|
|
|
|
'sources'. This is now fixed.
|
|
|
|
- Use SemVer for versioning. git tags are now prefixed with v,
|
|
|
|
e.g. v0.15.0 instead of 0.15.0.
|
|
|
|
- Changes from v0.14:
|
|
|
|
- Teach replace_macro how to deal with macros that are not wrapped
|
|
|
|
in curly braces.
|
|
|
|
- Add type annotations for tools like mypy, your IDE, and your
|
|
|
|
brain.
|
|
|
|
- Changes from v0.13:
|
|
|
|
- Fix parsing of BuildRequires:, Requires:, Conflicts:,
|
|
|
|
Obsoletes:, Provides: with comments at end of line..
|
|
|
|
- Add CI for Python 3.11.
|
|
|
|
- Changes from v0.12:
|
|
|
|
- Fix %description and %changelog with multi-line strings.
|
|
|
|
- Changes from v0.11:
|
|
|
|
- Add type annotations for tools like mypy, your IDE, and your
|
|
|
|
brain.
|
|
|
|
- replace_macros() function now always expects a Spec instance as
|
|
|
|
second argument. Does not make much sense without.
|
|
|
|
- Add support for parsing %description and %changelog.
|
|
|
|
- Add support for ExcludeArch and ExclusiveArch.
|
|
|
|
- Add warnings_enabled knob to issue warnings of type UserWarning
|
|
|
|
during spec file parsing.
|
|
|
|
|
2020-08-06 05:41:23 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-11-19 09:05:22 +00:00
|
|
|
Tue Nov 17 04:47:01 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Update to v0.10
|
|
|
|
* Ignore spaces before ':' separator
|
|
|
|
* Fix behavior of replace_macro function when macro is a tag
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-08-06 05:41:23 +00:00
|
|
|
Wed Aug 5 09:18:10 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- update to 0.9
|
|
|
|
* Ignore case when parsing directives
|
|
|
|
|
2019-03-05 22:00:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 5 12:52:41 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Switch to using pythonhosted.org for sdist
|
|
|
|
- Update to v0.8
|
|
|
|
* Enable parsing versions in `BuildRequires:` and `Requires:`
|
|
|
|
* Add support for conditional macros, e.g. `%{?test_macro:expression}`
|
|
|
|
* Use flit for packaging
|
|
|
|
|
2018-06-05 06:01:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 27 15:17:54 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix tests on Leap 42.3
|
|
|
|
- spec file cleanups
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 27 15:06:15 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- spec file cleanups
|
|
|
|
|
2018-05-26 10:38:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 26 00:08:01 UTC 2018 - kbabioch@suse.com
|
|
|
|
|
|
|
|
- Initial packaging of version 0.7
|