Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29968569: Issue 4014 - Publish python-abp on PyPI (Closed)

Created:
Dec. 27, 2018, 11:31 p.m. by rhowell
Modified:
Jan. 8, 2019, 10:33 p.m.
Base URL:
https://hg.adblockplus.org/python-abp/
Visibility:
Public.

Description

Issue 4014 - Publish python-abp on PyPI

Patch Set 1 #

Total comments: 16

Patch Set 2 : Address comments on PS1, update README #

Total comments: 3

Patch Set 3 : Address comments on PS2, add README ToC #

Patch Set 4 : Add MANIFEST.in #

Total comments: 13

Patch Set 5 : Address comment on PS4 #

Total comments: 5

Patch Set 6 : Address comment on PS5 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -150 lines) Patch
M .gitignore View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M .hgignore View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LICENSE View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A MANIFEST.in View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M README.rst View 1 2 3 4 5 3 chunks +122 lines, -108 lines 0 comments Download
M abp/filters/sources.py View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M setup.py View 1 2 3 4 5 3 chunks +11 lines, -31 lines 0 comments Download
M tests/test_fs_source.py View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M tests/test_web_source.py View 1 1 chunk +7 lines, -0 lines 0 comments Download
M tox.ini View 1 2 3 4 5 1 chunk +7 lines, -11 lines 0 comments Download

Messages

Total messages: 22
rhowell
Dec. 27, 2018, 11:31 p.m. (2018-12-27 23:31:35 UTC) #1
rhowell
There were a couple questions I have: In setup.py, should we have a docstring for ...
Dec. 27, 2018, 11:33 p.m. (2018-12-27 23:33:02 UTC) #2
Sebastian Noack
On 2018/12/27 23:33:02, rhowell wrote: > There were a couple questions I have: > In ...
Dec. 28, 2018, 12:22 a.m. (2018-12-28 00:22:51 UTC) #3
rhowell
Thanks for the feedback! I've also updated the README, and found that the ValueError wasn't ...
Dec. 28, 2018, 9:50 p.m. (2018-12-28 21:50:08 UTC) #4
Sebastian Noack
https://codereview.adblockplus.org/29968569/diff/29968570/tox.ini File tox.ini (right): https://codereview.adblockplus.org/29968569/diff/29968570/tox.ini#newcode27 tox.ini:27: [testenv:coverage3] On 2018/12/28 21:50:08, rhowell wrote: > On 2018/12/28 ...
Dec. 28, 2018, 10:39 p.m. (2018-12-28 22:39:02 UTC) #5
Sebastian Noack
You might also want to use the --cov-fail-under option to make sure coverage stays at ...
Dec. 28, 2018, 10:45 p.m. (2018-12-28 22:45:56 UTC) #6
Sebastian Noack
https://codereview.adblockplus.org/29968569/diff/29969565/LICENSE File LICENSE (right): https://codereview.adblockplus.org/29968569/diff/29969565/LICENSE#newcode1 LICENSE:1: GNU LESSER GENERAL PUBLIC LICENSE On 2018/12/28 22:39:02, Sebastian ...
Dec. 28, 2018, 11:45 p.m. (2018-12-28 23:45:45 UTC) #7
rhowell
Thanks for the input! Tox now runs coverage checks for all versions of python. I ...
Dec. 29, 2018, 1:30 a.m. (2018-12-29 01:30:51 UTC) #8
Sebastian Noack
https://codereview.adblockplus.org/29968569/diff/29969585/README.md File README.md (right): https://codereview.adblockplus.org/29968569/diff/29969585/README.md#newcode33 README.md:33: <a id="rendering"></a> Injecting those HTML snippets across the Markdown-formatted ...
Dec. 29, 2018, 3:01 a.m. (2018-12-29 03:01:24 UTC) #9
Sebastian Noack
https://codereview.adblockplus.org/29968569/diff/29969585/abp/filters/sources.py File abp/filters/sources.py (right): https://codereview.adblockplus.org/29968569/diff/29969585/abp/filters/sources.py#newcode25 abp/filters/sources.py:25: # The module was renamed in Python 3 Nit: ...
Dec. 29, 2018, 3:24 a.m. (2018-12-29 03:24:57 UTC) #10
Sebastian Noack
https://codereview.adblockplus.org/29968569/diff/29969585/README.md File README.md (right): https://codereview.adblockplus.org/29968569/diff/29969585/README.md#newcode33 README.md:33: <a id="rendering"></a> On 2018/12/29 03:01:24, Sebastian Noack wrote: > ...
Dec. 29, 2018, 6:29 p.m. (2018-12-29 18:29:16 UTC) #11
Vasily Kuznetsov
Hi Rosie and Sebastian! Thank you for working hard while I was having fun at ...
Jan. 2, 2019, 6:32 p.m. (2019-01-02 18:32:28 UTC) #12
Sebastian Noack
On 2019/01/02 18:32:28, Vasily Kuznetsov wrote: > what do you think about ditching DevEnvCommand from ...
Jan. 2, 2019, 8:42 p.m. (2019-01-02 20:42:31 UTC) #13
Vasily Kuznetsov
On 2019/01/02 20:42:31, Sebastian Noack wrote: > > There are following problems with this approach: ...
Jan. 2, 2019, 10:13 p.m. (2019-01-02 22:13:24 UTC) #14
rhowell
Hi Vasily & Sebastian! Happy New Year, and I hope all is well. :) - ...
Jan. 3, 2019, 4:42 a.m. (2019-01-03 04:42:28 UTC) #15
Sebastian Noack
https://codereview.adblockplus.org/29968569/diff/29969585/README.md File README.md (right): https://codereview.adblockplus.org/29968569/diff/29969585/README.md#newcode193 README.md:193: (devenv) $ tox Running tox is still relevant, but ...
Jan. 3, 2019, 5:22 a.m. (2019-01-03 05:22:04 UTC) #16
rhowell
https://codereview.adblockplus.org/29968569/diff/29969585/README.md File README.md (right): https://codereview.adblockplus.org/29968569/diff/29969585/README.md#newcode193 README.md:193: (devenv) $ tox On 2019/01/03 05:22:03, Sebastian Noack wrote: ...
Jan. 3, 2019, 9:32 p.m. (2019-01-03 21:32:29 UTC) #17
Sebastian Noack
LGTM https://codereview.adblockplus.org/29968569/diff/29971555/tox.ini File tox.ini (right): https://codereview.adblockplus.org/29968569/diff/29971555/tox.ini#newcode13 tox.ini:13: # containing the current Python version to a ...
Jan. 3, 2019, 9:44 p.m. (2019-01-03 21:44:23 UTC) #18
Vasily Kuznetsov
Hi Rosie and Sebastian, Everything looks good now and I'm ready to approve the patch ...
Jan. 4, 2019, 6:24 p.m. (2019-01-04 18:24:10 UTC) #19
rhowell
On 2019/01/04 18:24:10, Vasily Kuznetsov wrote: > Hi Rosie and Sebastian, > > Everything looks ...
Jan. 8, 2019, 3:03 a.m. (2019-01-08 03:03:59 UTC) #20
Sebastian Noack
On 2019/01/08 03:03:59, rhowell wrote: > I don't think Sebastian ran into the issue either. ...
Jan. 8, 2019, 4:42 a.m. (2019-01-08 04:42:32 UTC) #21
Vasily Kuznetsov
Jan. 8, 2019, 6:44 p.m. (2019-01-08 18:44:47 UTC) #22
On 2019/01/08 04:42:32, Sebastian Noack wrote:
> On 2019/01/08 03:03:59, rhowell wrote:
> > I don't think Sebastian ran into the issue either.
> 
> Well, previously I just ignored the InterpreterNotFound error. ;P
> I just installed PyPy 6.0.0 (2.7.13) from the Debian Buster repository, and
when
> I run "tox -e pypy" I don't get that warning either.

I have rerun the tests with new PyPy (also 6.0.0) and saw no problems. I think
we can ignore whatever was happening with the old one (it was 5.3.1, so quite
outdated). LGTM

Powered by Google App Engine
This is Rietveld