Commit graph

1039 commits

Author SHA1 Message Date
Hugo d9c086f8cb
Merge pull request #293 from pylast/fix-test
Fix the build
2019-02-03 14:23:20 +02:00
Hugo 0ad27dbc7e Only run test_unlove on a single Python version to avoid collisions 2019-02-03 14:02:28 +02:00
Hugo 7f207c50da Add a delay to allow Last.fm to update unloves 2019-02-03 13:55:54 +02:00
Hugo d7750d8131
Merge pull request #292 from pylast/shuffle-test-order
Fix the build
2019-02-03 13:38:40 +02:00
Hugo 4eec2e763d Only run test_love on a single Python version to avoid collisions 2019-02-03 12:51:44 +02:00
Hugo d4fe9e5b36 Add a delay to allow Last.fm to update scrobbles 2019-02-03 12:42:50 +02:00
Hugo cfb8134872 Only run test_scrobble on a single Python version to avoid collisions 2019-02-02 14:15:31 +02:00
Hugo 850d746b60 Test in random order to prevent collisions 2019-02-02 13:54:18 +02:00
Hugo 45a1b7c7f1 Test in random order to prevent collisions 2019-02-02 13:40:17 +02:00
Hugo b30fe33cc1 The future is now 2019-01-27 14:42:46 +02:00
Hugo 71e9871b1b
sudo no longer needed
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2019-01-09 16:19:22 +02:00
Hugo 1a31e4e0c3 Add #290 to changelog 2019-01-06 15:39:12 +02:00
Hugo van Kemenade d121f2c9cf
Merge pull request #290 from jacebrowning/fix-blank-username
Extract username from session
2019-01-06 15:33:20 +02:00
Jace Browning fffc647811 Shorten line length 2019-01-05 20:15:49 -05:00
Jace Browning 0a38ac801d Ignore line length rules in favor of black formatting 2019-01-05 16:28:12 -05:00
Jace Browning aa8adfee4b Create a separate method for extracting username 2019-01-05 16:19:47 -05:00
Jace Browning e77e0f9e35 Extract username from session 2019-01-05 14:32:36 -05:00
Hugo 6134945df7 Update release checklist 2019-01-02 14:43:52 +02:00
Hugo 9968d5f06e Start new release cycle 2019-01-01 18:05:12 +02:00
Hugo f67afa0d58 Update release checklist 2019-01-01 18:01:42 +02:00
Hugo eb53483f6f Release 3.0.0 2019-01-01 17:13:16 +02:00
Hugo c9fa096ef2 No need for .git extension 2018-12-30 13:13:49 +02:00
Hugo 4626ff9670 Reorder setup params 2018-12-30 13:13:49 +02:00
Hugo 718fba04b8
Merge pull request #289 from pylast/rm-2-3.4
Drop support for legacy Python 3.4
2018-12-30 00:18:54 +02:00
hugovk ee879aa042 Upgrade Python syntax with pyupgrade --py3-plus 2018-12-30 00:08:30 +02:00
hugovk 742df8b674 Drop support for Python 3.4 (EOL 2019-03-16) 2018-12-30 00:08:30 +02:00
Hugo 53806b0a71
Merge pull request #282 from pylast/rm-deprecated-constants
Remove deprecated COVER_X constants
2018-12-30 00:02:23 +02:00
Hugo 7707c3ced4
Merge branch 'master' into rm-deprecated-constants 2018-12-29 23:47:16 +02:00
Hugo d63c0db472
Merge pull request #281 from pylast/rm-2
Drop support for legacy Python 2
2018-12-29 23:44:36 +02:00
Hugo 07fac0628c Drop support for legacy Python 2 2018-11-27 08:59:01 +02:00
Hugo 5fded8398b
Merge pull request #288 from hugovk/add-3.8-dev
CI: Test on 3.8-dev, remove 3.6-dev and 3.7-dev
2018-11-27 00:09:00 +02:00
hugovk 51821e4a9a Xenial required for 3.7+ 2018-11-26 23:25:58 +02:00
hugovk f9a130f1ba Test on 3.8-dev, remove outdated 3.6-dev and 3.7-dev 2018-11-26 23:18:17 +02:00
Hugo 08294f0c52
Merge pull request #285 from pylast/ci-vm
Use VM-based infrastructure
2018-11-19 23:00:11 +02:00
Hugo 48f1d72c45
Use VM-based infrastructure
More info:

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-19 22:41:41 +02:00
Hugo eeb65d9724 Update changelog and version 2018-08-14 16:37:39 +03:00
Hugo d1d17314b2 Remove deprecated COVER_X constants 2018-08-14 16:14:37 +03:00
Hugo 21ccdeb9fb
Merge pull request #280 from pylast/add-changelog
Add a changelog
2018-08-14 16:00:30 +03:00
Hugo c269f3567c
Add a changelog
[CI skip]
2018-08-09 11:36:21 +03:00
Hugo 245dd47a41 Start new release cycle 2018-08-08 11:23:04 +03:00
Hugo bf68d17ca2 Release 2.4.0 2018-08-08 11:03:59 +03:00
Hugo 51190559d9
Merge pull request #279 from pylast/add-3.7
Test on official Python 3.7
2018-07-29 23:12:37 +03:00
Hugo 518890423a Test on official Python 3.7 2018-07-29 12:57:34 +03:00
Hugo cd8d29ab91
Merge pull request #277 from pylast/deprecate-py2
Deprecate Python 2
2018-07-27 16:20:38 +03:00
Hugo be52e1793a Black fix 2018-07-27 16:02:00 +03:00
Hugo c1e70f798c UserWarning when importing on Python <3 https://python3statement.org/practicalities/#runtime-warning-on-master 2018-07-27 15:36:59 +03:00
Hugo 905d06ef5d Upgrade Python syntax with pyupgrade 2018-07-27 15:35:38 +03:00
Hugo 0b725831d2
Merge pull request #275 from pylast/rm-pyyaml-workaround
Revert PyYAML workaround for Python 3.7
2018-06-27 16:50:05 +03:00
Hugo 7665fd09d7 Revert "Add workaround for build failures on Python 3.7 (https://github.com/yaml/pyyaml/issues/126)"
This reverts commit f2ec5bc57e.
2018-06-27 16:30:29 +03:00
Hugo 691e0a9ab1
pylast >= 3.0.0 will likely only support Python 3.4+
See https://github.com/pylast/pylast/issues/265.
2018-06-23 22:57:08 +03:00