Update 'JoeLametta' to 'whipper-team' everywhere in repo
This commit is contained in:
@@ -9,7 +9,7 @@ RUN apt-get update \
|
|||||||
&& pip install pycdio==2.0.0
|
&& pip install pycdio==2.0.0
|
||||||
|
|
||||||
# libcdio-paranoia / libcdio-utils are wrongfully packaged in Debian, thus built manually
|
# libcdio-paranoia / libcdio-utils are wrongfully packaged in Debian, thus built manually
|
||||||
# see https://github.com/JoeLametta/whipper/pull/237#issuecomment-367985625
|
# see https://github.com/whipper-team/whipper/pull/237#issuecomment-367985625
|
||||||
RUN curl -o - 'https://ftp.gnu.org/gnu/libcdio/libcdio-2.0.0.tar.gz' | tar zxf - \
|
RUN curl -o - 'https://ftp.gnu.org/gnu/libcdio/libcdio-2.0.0.tar.gz' | tar zxf - \
|
||||||
&& cd libcdio-2.0.0 \
|
&& cd libcdio-2.0.0 \
|
||||||
&& autoreconf -fi \
|
&& autoreconf -fi \
|
||||||
|
|||||||
2
TODO
2
TODO
@@ -1,6 +1,6 @@
|
|||||||
TODO:
|
TODO:
|
||||||
|
|
||||||
Please see https://github.com/JoeLametta/whipper/milestones for further
|
Please see https://github.com/whipper-team/whipper/milestones for further
|
||||||
TODO items; this file exists only to have contents individually removed
|
TODO items; this file exists only to have contents individually removed
|
||||||
eventually, not to be continually updated.
|
eventually, not to be continually updated.
|
||||||
|
|
||||||
|
|||||||
6
setup.py
6
setup.py
@@ -5,9 +5,9 @@ setup(
|
|||||||
name="whipper",
|
name="whipper",
|
||||||
version=whipper_version,
|
version=whipper_version,
|
||||||
description="a secure cd ripper preferring accuracy over speed",
|
description="a secure cd ripper preferring accuracy over speed",
|
||||||
author=['Thomas Vander Stichele', 'Joe Lametta', 'Samantha Baldwin'],
|
author=['Thomas Vander Stichele', 'The Whipper Team'],
|
||||||
maintainer=['Joe Lametta', 'Samantha Baldwin'],
|
maintainer=['The Whipper Team'],
|
||||||
url='https://github.com/JoeLametta/whipper',
|
url='https://github.com/whipper-team/whipper',
|
||||||
license='GPL3',
|
license='GPL3',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|||||||
@@ -271,7 +271,7 @@ def musicbrainz(discid, country=None, record=False):
|
|||||||
import musicbrainzngs
|
import musicbrainzngs
|
||||||
|
|
||||||
musicbrainzngs.set_useragent("whipper", whipper.__version__,
|
musicbrainzngs.set_useragent("whipper", whipper.__version__,
|
||||||
"https://github.com/JoeLametta/whipper")
|
"https://github.com/whipper-team/whipper")
|
||||||
ret = []
|
ret = []
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ class MetadataTestCase(unittest.TestCase):
|
|||||||
check the received metadata for artists tagged with [unknown]
|
check the received metadata for artists tagged with [unknown]
|
||||||
and artists tagged with an alias in MusicBrainz
|
and artists tagged with an alias in MusicBrainz
|
||||||
|
|
||||||
see https://github.com/JoeLametta/whipper/issues/155
|
see https://github.com/whipper-team/whipper/issues/155
|
||||||
"""
|
"""
|
||||||
filename = 'whipper.release.38b05c7d-65fe-4dc0-9c10-33a391b86703.json'
|
filename = 'whipper.release.38b05c7d-65fe-4dc0-9c10-33a391b86703.json'
|
||||||
path = os.path.join(os.path.dirname(__file__), filename)
|
path = os.path.join(os.path.dirname(__file__), filename)
|
||||||
|
|||||||
Reference in New Issue
Block a user