-
Notifications
You must be signed in to change notification settings - Fork 61
Revive NEWS file from GIT history #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Current coverage is 93.80% (diff: 100%)@@ master #37 diff @@
==========================================
Files 14 14
Lines 1178 1178
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 1105 1105
Misses 73 73
Partials 0 0
|
NEWS
Outdated
|
|
||
| Version 1.9.0 | ||
| ------------- | ||
| (release on Nov 2nd, 2016) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not to include date in the header, seems to be common practice
https://github.com/scrapy/scrapy/blob/master/docs/news.rst
https://github.com/kennethreitz/requests/blob/master/HISTORY.rst
I like requests approach <version> (<date>) the most - short and clean
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, will do!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that starting with a digit seems to cause trouble with generated link (for Sphinx at least)
e.g for "2.12.3 (2016-12-01)", the link is
http://docs.python-requests.org/en/master/community/updates/#id1
I "fixed" it in Scrapy by prepending "Scrapy " (scrapy/scrapy#2294)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the hint @redapple!
@chekunkov Maybe prepend with just v like v1.9.0 (2016-11-02)?
Hmm, maybe not necessary, I've done some tests and it works fine at least with Github:
https://github.com/scrapinghub/python-scrapinghub/blob/temp-test-links/NEWS.rst#180-2016-07-29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's strange @redapple we'll change the headers later if starting digit will stand in our way :)
NEWS
Outdated
| - all tests are improved and rewritten with py.test | ||
| - hubstorage tests use vcrpy cassettes, work faster and don't require any external services to run | ||
|
|
||
| python-hubstorage is going to be considered deprecated, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add a link to python-hubstorage?
Revive NEWS file based on GIT history.
Review, please.