-
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03874e4
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.
@eclipseo, @maxice8, @pabloariasal, @szlin, @zmwang ddgr v1.6 is released!
@zmwangx all ready for PyPI.
03874e4
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.
https://pypi.org/project/ddgr/
03874e4
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.
@zmwangx I raised the Homebrew PR this time. Let's see.
03874e4
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.
@jarun The new version of ddgr has been uploaded.
One thing to be aware of is that the original setup.py breaks the integrity of source code, it copies and creates 'ddgr.py' in run-time. To avoid error - "error: aborting due to unexpected upstream changes", I've created in-house patch in below.
03874e4
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.
Hi @szlin, I think we have to live with this as the PyPI req needs the file to be in .py extension. I think this is just fine as we won't touch this anymore.
03874e4
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.
@jarun Fair enough, I will keep the in-house patch in Debian.
03874e4
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 Lin!