SimplyKnownAsG / yamlize

Python YAML serializing library
Apache License 2.0
11 stars 5 forks source link

Tags and sdist #4

Closed jayvdb closed 3 years ago

jayvdb commented 5 years ago

I was going to package this for openSUSE, but then you do not have sdist on PyPI and are missing the latest tag here on GitHub, so I cant get a versioned tarball to build from. :-(

SimplyKnownAsG commented 5 years ago

Hi @jayvdb, I don't understand what I'd need to do to help. Can you expand on what I should do? You could also create a pull request.

SimplyKnownAsG commented 3 years ago

let me know what you need, and i'll do it. for now, I'm closing

jayvdb commented 3 years ago

Last tag is https://github.com/SimplyKnownAsG/yamlize/releases/tag/0.6.0

Last release is https://pypi.org/project/yamlize/0.6.1/

SimplyKnownAsG commented 3 years ago

I added the tag, but not the source distribution. I assume the source distribution you are looking for is a .tar.gz as is created by setup.py sdist.

As soon as this builds and passes: https://travis-ci.org/github/SimplyKnownAsG/yamlize/jobs/747142543, I will try to push a new version 0.7.0 with source and wheel.

SimplyKnownAsG commented 3 years ago

I've created a new distribution for 0.7.0 which includes a wheel and source distribution but only supports Python3. I don't recall why I dropped Python2, but it is 2020!