talklib 3.2.3__tar.gz → 3.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {talklib-3.2.3/src/talklib.egg-info → talklib-3.3.0}/PKG-INFO +3 -2
- {talklib-3.2.3 → talklib-3.3.0}/README.md +2 -1
- {talklib-3.2.3 → talklib-3.3.0}/pyproject.toml +1 -1
- {talklib-3.2.3 → talklib-3.3.0}/src/talklib/pod.py +1 -1
- {talklib-3.2.3 → talklib-3.3.0/src/talklib.egg-info}/PKG-INFO +3 -2
- {talklib-3.2.3 → talklib-3.3.0}/LICENSE.txt +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/requirements.txt +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/setup.cfg +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/src/talklib/__init__.py +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/src/talklib/cli.py +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/src/talklib/ev.py +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/src/talklib/ffmpeg.py +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/src/talklib/notify.py +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/src/talklib/show.py +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/src/talklib/utils.py +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/src/talklib.egg-info/SOURCES.txt +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/src/talklib.egg-info/dependency_links.txt +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/src/talklib.egg-info/entry_points.txt +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/src/talklib.egg-info/requires.txt +0 -0
- {talklib-3.2.3 → talklib-3.3.0}/src/talklib.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: talklib
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.3.0
|
|
4
4
|
Summary: A package to automate processing of shows/segments airing on the TL
|
|
5
5
|
Author-email: Ben Weddle <ben.weddle@gmail.com>
|
|
6
6
|
Maintainer-email: Ben Weddle <ben.weddle@gmail.com>
|
|
@@ -600,5 +600,6 @@ nyt.run()
|
|
|
600
600
|
````
|
|
601
601
|
- The tests can take a while to run. Watch the terminal output for progress.
|
|
602
602
|
- If the tests fail, you may have installed something incorrectly.
|
|
603
|
-
- You must be connected to the internet to run the tests
|
|
603
|
+
- You must be connected to the internet to run the tests.
|
|
604
|
+
- To update the version on PyPI, you must increment the version number in `pyproject.toml`
|
|
604
605
|
|
|
@@ -499,5 +499,6 @@ nyt.run()
|
|
|
499
499
|
````
|
|
500
500
|
- The tests can take a while to run. Watch the terminal output for progress.
|
|
501
501
|
- If the tests fail, you may have installed something incorrectly.
|
|
502
|
-
- You must be connected to the internet to run the tests
|
|
502
|
+
- You must be connected to the internet to run the tests.
|
|
503
|
+
- To update the version on PyPI, you must increment the version number in `pyproject.toml`
|
|
503
504
|
|
|
@@ -192,7 +192,7 @@ class Episode(BaseModel):
|
|
|
192
192
|
return size_in_bytes
|
|
193
193
|
|
|
194
194
|
def enclosure(self) -> str:
|
|
195
|
-
enclosure = f"https://assets.library.nashville.org/talkinglibrary/shows/{self.bucket_folder}/{self.audio_filename}"
|
|
195
|
+
enclosure = f"https://dts.podtrac.com/redirect.mp3/assets.library.nashville.org/talkinglibrary/shows/{self.bucket_folder}/{self.audio_filename}"
|
|
196
196
|
self.notifications.prep_syslog(message=f"enclosure will be {enclosure}")
|
|
197
197
|
return enclosure
|
|
198
198
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: talklib
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.3.0
|
|
4
4
|
Summary: A package to automate processing of shows/segments airing on the TL
|
|
5
5
|
Author-email: Ben Weddle <ben.weddle@gmail.com>
|
|
6
6
|
Maintainer-email: Ben Weddle <ben.weddle@gmail.com>
|
|
@@ -600,5 +600,6 @@ nyt.run()
|
|
|
600
600
|
````
|
|
601
601
|
- The tests can take a while to run. Watch the terminal output for progress.
|
|
602
602
|
- If the tests fail, you may have installed something incorrectly.
|
|
603
|
-
- You must be connected to the internet to run the tests
|
|
603
|
+
- You must be connected to the internet to run the tests.
|
|
604
|
+
- To update the version on PyPI, you must increment the version number in `pyproject.toml`
|
|
604
605
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|