Up to [cvs.NetBSD.org] / pkgsrc / audio / py-last
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 6 12:40:17 2023 UTC (3 months, 4 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
HEAD
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 4 20:52:34 2022 UTC (20 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.12 / (download) - annotate - [select for diffs], Sun Mar 22 18:34:55 2020 UTC (3 years, 6 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
py-last: needs py-setuptools_scm
Revision 1.11 / (download) - annotate - [select for diffs], Wed Mar 18 17:44:24 2020 UTC (3 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.10: +3 -1
lines
Diff to previous 1.10 (colored)
Needs pip
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jan 29 21:49:50 2020 UTC (3 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.9: +6 -10
lines
Diff to previous 1.9 (colored)
py-last: updated to 3.2.0 3.2.0: Added * Support for Python 3.8 * Store album art URLs when you call `GetTopAlbums` * Retry paging through results on exception * More error status codes from https://last.fm/api/errorcodes Changed * Respect `get_recent_tracks`' limit when there's a now playing track * Move installable code to `src/` * Update `get_weekly_artist_charts` docstring: only for `User` * Remove Python 2 warnings, `python_requires` should be enough * Use setuptools_scm to simplify versioning during release * Various lint and test updates Deprecated * Last.fm's `user.getArtistTracks` has now been deprecated by Last.fm and is no longer available. Last.fm returns a "Deprecated - This type of request is no longer supported" error when calling it. A future version of pylast will remove its `User.get_artist_tracks` altogether. * `STATUS_TOKEN_ERROR` is deprecated and will be removed in a future version. Use `STATUS_OPERATION_FAILED` instead. 3.1.0: Added * Extract username from session via new `SessionKeyGenerator.get_web_auth_session_key_username` * `User.get_track_scrobbles` Deprecated * `User.get_artist_tracks`. Use `User.get_track_scrobbles` as a partial replacement. 3.0.0: Added * This changelog file Removed * Support for Python 2.7 * Constants `COVER_SMALL`, `COVER_MEDIUM`, `COVER_LARGE`, `COVER_EXTRA_LARGE` and `COVER_MEGA`. Use `SIZE_SMALL` etc. instead.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 16 14:45:02 2018 UTC (4 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
py-last: updated to 2.4.0 2.4.0: Deprecated Support for Python 2.7
Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 9 07:28:54 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.7: +14 -10
lines
Diff to previous 1.7 (colored)
py-last: updated to 2.2.0 2.2.0: Bug fixes.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 22 12:41:03 2017 UTC (6 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.6: +16 -5
lines
Diff to previous 1.6 (colored)
Changes 1.9.0: Unknown
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:20 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 25 10:29:57 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.4: +1 -3
lines
Diff to previous 1.4 (colored)
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 3 22:14:00 2012 UTC (11 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Update for python25 removal.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 2 23:48:06 2012 UTC (11 years ago) by asau
Branch: MAIN
Changes since 1.2: +1 -3
lines
Diff to previous 1.2 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 30 15:52:08 2012 UTC (11 years, 4 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
No good on python25.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed May 30 13:50:45 2012 UTC (11 years, 4 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-20120530
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of py-last-0.5.11, packaged by jihbed for wip. Python interface to Last.fm
Revision 1.1 / (download) - annotate - [select for diffs], Wed May 30 13:50:45 2012 UTC (11 years, 4 months ago) by wiz
Branch: MAIN
Initial revision