Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-parse-1.20.2-2.5 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-parse Distribution: openSUSE Tumbleweed
Version: 1.20.2 Vendor: openSUSE
Release: 2.5 Build date: Thu Sep 26 23:25:03 2024
Group: Unspecified Build host: reproducible
Size: 120810 Source RPM: python-parse-1.20.2-2.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/r1chardj0n3s/parse
Summary: Python module for parsing strings using a "format" syntax
Parse strings using a specification based on the Python format() syntax.

Provides

Requires

License

MIT

Changelog

* Thu Sep 26 2024 Thiago Bertoldi <thiago.bertoldi@suse.com>
  - use modern python version on Leap15.6
* Thu Jun 20 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.20.2:
    * allow hyphen in field name. closes #86
* Thu Feb 01 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Switch to pytest, like upstream has.
* Tue Jan 30 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.20.1:
    * add formatter property, closes #172
    * add security policy file. closes #175.
    * Support various number of digits after the comma in the
      timestamp %f …
* Sat Jan 13 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.20.0:
    * Optimize _expand_named_fields
    * Add functionality to parse datetimes according C standard
      format codes.
  - update to 1.19.1:
    * Ad