Skip to content

Tags: kyrias/python-srcinfo

Tags

Verified

This tag was signed with the committer’s verified signature. The key has expired.
kyrias Johannes Löthberg

0.1.1

Toggle 0.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
kyrias Johannes Löthberg
0.1.1

Johannes Löthberg (2):
      Restore LICENSE file
      Release 0.1.1

0.1.0

Toggle 0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
kyrias Johannes Löthberg
0.1.0

Dave Reisner (2):
      Allow empty values
      Use builtin unittest library instead of nose

Johannes Löthberg (13):
      Remove unused function remove_empty_values
      Don't check for prefix matches in is_array
      Properly handle comments containing an equals sign
      Use !r instead of manually quoting error line
      Add BLAKE2 checksum support
      Fix indentation in list_insert
      Merge two if statements in list_insert
      Handle pkgname as part of parsing the line rather than separately
      Split pkgbase declared more than once and declared after pkgname errors
      .travis.yml: Add Python 3.8 and nightly
      Replace Travis CI with Github Actions
      Switch to Poetry
      Release 0.1.0

John Vandenberg (2):
      MANIFEST.in: Add tests to sdist
      Add .travis.yml

morganamilo (1):
      Error if pkgbase is declared incorrectly

0.0.8

Toggle 0.0.8's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
kyrias Johannes Löthberg
0.0.8

Same as 0.0.7, but forgot to update the version in setup.py

0.0.7

Toggle 0.0.7's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
kyrias Johannes Löthberg
0.0.7

Change summary:
* Add support for printing JSON output from parse_srcinfo.

0.0.6

Toggle 0.0.6's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
kyrias Johannes Löthberg
Release 0.0.6

Changes since last version:

* Fixed get_merged_package to set the pkgname in the merged data.

0.0.5

Toggle 0.0.5's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
kyrias Johannes Löthberg
Release 0.0.5

Include LICENSE in sdist

0.0.4

Toggle 0.0.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
kyrias Johannes Löthberg
Release 0.0.4

This release fixes error reporting, and returns the line number the
error occured on.

0.0.3

Toggle 0.0.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
kyrias Johannes Löthberg
Release 0.0.3

Adds missing sha224sums array to list of valid arrays.

0.0.2

Toggle 0.0.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
kyrias Johannes Löthberg
0.0.2

Changes since 0.0.1:

* Fix parsing of SRCINFO files that doesn't use double newlines to
  separate split packages