Re: [tor-bugs] #33647 [Circumvention/BridgeDB]: Minor updates to BridgeDB's dependencies

2020-04-01 Thread Tor Bug Tracker & Wiki
#33647: Minor updates to BridgeDB's dependencies
+---
 Reporter:  agix|  Owner:  (none)
 Type:  enhancement | Status:  needs_review
 Priority:  Medium  |  Milestone:
Component:  Circumvention/BridgeDB  |Version:  sbws: unspecified
 Severity:  Normal  | Resolution:
 Keywords:  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+---
Changes (by agix):

 * status:  needs_information => needs_review


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #33647 [Circumvention/BridgeDB]: Minor updates to BridgeDB's dependencies

2020-04-01 Thread Tor Bug Tracker & Wiki
#33647: Minor updates to BridgeDB's dependencies
+---
 Reporter:  agix|  Owner:  (none)
 Type:  enhancement | Status:  needs_information
 Priority:  Medium  |  Milestone:
Component:  Circumvention/BridgeDB  |Version:  sbws: unspecified
 Severity:  Normal  | Resolution:
 Keywords:  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+---

Comment (by agix):

 Replying to [comment:1 phw]:
 > Nice catch. Can you please create a patch for this?
 > [[br]]
 Here you go.
 > [[br]]
 > How did you run setup.py? I am unable to reproduce this.
 > [[br]]
 So i tested it again, this time with Python 3 and the same error occurred
 when running python setup.py install --record installed-files.txt.
 The funny thing is that pyasn1 is actually added to the install-path file:

 {{{
 Downloading
 
https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3
 -none-
 any.whl#sha256=39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d
 Best match: pyasn1 0.4.8
 Processing pyasn1-0.4.8-py2.py3-none-any.whl
 Installing pyasn1-0.4.8-py2.py3-none-any.whl to /usr/local/lib/python3.6
 /dist-packages
 Adding pyasn1 0.4.8 to easy-install.pth file
 }}}
 And when I rerun the installation process the issue doesn't occur anymore.
 So basically running setup.py install twice does the job.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #33647 [Circumvention/BridgeDB]: Minor updates to BridgeDB's dependencies

2020-04-01 Thread Tor Bug Tracker & Wiki
#33647: Minor updates to BridgeDB's dependencies
+---
 Reporter:  agix|  Owner:  (none)
 Type:  enhancement | Status:  needs_information
 Priority:  Medium  |  Milestone:
Component:  Circumvention/BridgeDB  |Version:  sbws: unspecified
 Severity:  Normal  | Resolution:
 Keywords:  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+---
Changes (by agix):

 * Attachment "0001-Changed-the-address-to-get-pip.py.patch" added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #33647 [Circumvention/BridgeDB]: Minor updates to BridgeDB's dependencies

2020-03-23 Thread Tor Bug Tracker & Wiki
#33647: Minor updates to BridgeDB's dependencies
+---
 Reporter:  agix|  Owner:  (none)
 Type:  enhancement | Status:  needs_information
 Priority:  Medium  |  Milestone:
Component:  Circumvention/BridgeDB  |Version:  sbws: unspecified
 Severity:  Normal  | Resolution:
 Keywords:  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+---
Changes (by phw):

 * status:  new => needs_information


Comment:

 > The link to the get-pip script is outdated and no longer available.
 > The new address would be: ​https://bootstrap.pypa.io/get-pip.py
 [[br]]
 Nice catch. Can you please create a patch for this?
 [[br]]
 > When setup.py is executed the following error occurs:
 > error: The 'pyasn1' distribution was not found and is required by
 service-identity.
 > Therefore i suggest adding pyasn1 to requirements.txt.
 [[br]]
 How did you run setup.py? I am unable to reproduce this.
 [[br]]
 > Since BridgeDB's port seems as good as done, this might not be necessary
 but the pylint version 2.4.4 in .test.requirements.txt is only supporting
 Python 3.
 > For the installation with Python 2.7, pylint version 1.9.5 would be
 required.
 [[br]]
 Also a good catch! It appears that pylint is only used in the Makefile,
 specifically in the `pylint` target. I suggest we update to the latest
 version, and make sure that `make pylint` still works.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #33647 [Circumvention/BridgeDB]: Minor updates to BridgeDB's dependencies

2020-03-18 Thread Tor Bug Tracker & Wiki
#33647: Minor updates to BridgeDB's dependencies
---+
 Reporter:  agix   |  Owner:  (none)
 Type:  enhancement| Status:  new
 Priority:  Medium |  Component:  Circumvention/BridgeDB
  Version:  sbws: unspecified  |   Severity:  Normal
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
 Some minor errors occurred when trying to setup BridgeDB on a fresh
 system:

 The link to the get-pip script is outdated and no longer available.
 The new address would be: [https://bootstrap.pypa.io/get-pip.py]

 When setup.py is executed the following error occurs:
 error: The 'pyasn1' distribution was not found and is required by service-
 identity.
 Therefore i suggest adding pyasn1 to requirements.txt.

 Since BridgeDB's port seems as good as done, this might not be necessary
 but the pylint version 2.4.4  in .test.requirements.txt is only supporting
 Python 3.
 For the installation with Python 2.7, pylint version 1.9.5 would be
 required.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs