Pycodestyle: Version on pypi is a year old.

Created on 31 Jan 2018  路  17Comments  路  Source: PyCQA/pycodestyle

Happy birthday to pycodestyle 2.3.1!
Can a new version be released? There are lots of bug-fixes that I'm sure the world would appreciate!

Most helpful comment

2.4.0 i son PyPI! :tada: Thank you @JakobGM for helping get this out the door. :+1:

All 17 comments

And new features like W504.

Yeesh... Yes, I should get on that...

Gentle reminder, @IanLee1521 :)

Waiting #710 to be implemented :tada:

@JakobGM #710 looks like it's done to me. Did you mean to link to a different issue or am I missing something?

I've had various people volunteer to write changelogs to make it easier to cut a release. If anyone wants to through together something for the release I could potentially do this tonight or tomorrow night.

Here's a list of what's been merged since the last release: https://github.com/PyCQA/pycodestyle/compare/2.3.1...master

@hugovk that is neither accurate nor what I asked for

I updated the link, it's to help someone write a changelog.

Yes, a pull request with a change log would greatly speed my ability to handle this one.

@hoylemd Yes, #710 is indeed fixed! But am I incorrect in that the fix is not part of the published PyPI version?

Regarding writing the changelog, I might be able to help out, if it consists of nothing else than reading through a range of commits and summarizing them in a single file. I'm not familiar with the code base though. Perhaps as a WIP pull-request?

EDIT:
@sigmavirus24 If the commit range is incorrect, can you provide the correct range?

Thanks!

Thanks @JakobGM that would be great. You are correct, it is not yet been released to PyPI.

For the changelog, you can use what @hugovk left as a list of the diff (https://github.com/PyCQA/pycodestyle/compare/2.3.1...master) as a reference, but you'll probably need to compare that against the actual merged pull requests to combine the two.

The changelog is at https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt, and you can see there is already a bit of work to fill in the changes, but we need to complete it.

Thank you!

That seems managable, @IanLee1521!

[...] but you'll probably need to compare that against the actual merged pull requests to combine the two.

Seems to me that all the merged pull requests are merged into master, so shouldn't all the merged pull requests already be part of the provided commit range? Is there something I misunderstand here?

Just that you might need to look at the PRs / Issues to find the references for the changelog, e.g. "this change was made because of #XYZ"

Ok, then I understand :stuck_out_tongue:

Okay, I have now read the git log and included any relevant items in CHANGES.txt as a part of #740.

I will update the pull request if you think something is missing, or if I have included anything irrelevant :smile:

2.4.0 i son PyPI! :tada: Thank you @JakobGM for helping get this out the door. :+1:

Great, thank you, I'm glad I could help!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

daspecster picture daspecster  路  9Comments

garawalid picture garawalid  路  4Comments

lzkelley picture lzkelley  路  7Comments

gvanrossum picture gvanrossum  路  7Comments

zackw picture zackw  路  6Comments