Commit Graph

210 Commits

Author SHA1 Message Date
ImgBotApp cdcd185008
[ImgBot] Optimize images
/img/jetbrains.png -- 163.88kb -> 122.60kb (25.19%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-07-20 09:17:00 +00:00
kokarare1212 db67011c1a JetBrains is now a sponsor! 2021-07-20 18:15:49 +09:00
kokarare1212 51ee2dfff7 JetBrains is now a sponsor! 2021-07-20 18:14:34 +09:00
kokarare1212 192c473e68 JetBrains is now a sponsor! 2021-07-20 18:12:55 +09:00
こうから 424eeb1125
Update Version.py 2021-07-18 07:32:39 +09:00
こうから 4909f16474
Update setup.py 2021-07-18 07:32:26 +09:00
こうから 8695356639
Merge pull request #53 from kokarare1212/dependabot/pip/requests-2.26.0
Bump requests from 2.25.1 to 2.26.0
2021-07-15 09:01:17 +09:00
dependabot[bot] cd11c18ddb
Bump requests from 2.25.1 to 2.26.0
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.26.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-14 12:11:22 +00:00
こうから e9c396b756
Update PlayableContentFeeder.py 2021-07-08 11:28:31 +09:00
こうから e8f0e024d9
Update PlayableContentFeeder.py 2021-07-08 08:58:04 +09:00
こうから 62aff14eb2
Merge pull request #50 from kokarare1212/deepsource-transform-7e578e60
Format code with yapf
2021-07-08 08:38:39 +09:00
こうから e78988a38f
Update setup.py 2021-07-07 17:41:35 +09:00
deepsource-autofix[bot] 269240c9c7
Format code with yapf
This commit fixes the style issues introduced in 4502848 according to the output
from yapf.

Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/ce5167d0-9711-4c7d-a401-05c377522186/
2021-07-07 08:00:26 +00:00
こうから 4502848265
Update main.py 2021-07-07 17:00:16 +09:00
こうから 3f398f1707
Merge pull request #48 from kokarare1212/dependabot/pip/protobuf-3.17.3
Bump protobuf from 3.17.1 to 3.17.3
2021-06-09 16:38:35 +09:00
dependabot[bot] 3761cf4c46
Bump protobuf from 3.17.1 to 3.17.3
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.1 to 3.17.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.17.1...v3.17.3)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 06:50:13 +00:00
kokarare1212 290b57fd78 Add return command 2021-05-31 20:46:38 +09:00
こうから 7e6eeaf590
Merge pull request #46 from kokarare1212/dependabot/pip/protobuf-3.17.1
Bump protobuf from 3.15.8 to 3.17.1
2021-05-28 13:30:46 +09:00
dependabot[bot] 563dac9bf1
Bump protobuf from 3.15.8 to 3.17.1
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.15.8 to 3.17.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.8...v3.17.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 04:29:40 +00:00
こうから 15d8d79c73
Create dependabot.yml 2021-05-28 13:28:59 +09:00
kokarare1212 0ed1ad65d4 Change dependent packages 2021-05-28 13:18:50 +09:00
kokarare1212 57887ef52a [Fix] Incomplete regular expression for hostnames 2021-05-26 21:18:26 +09:00
こうから 3a8cd7ee10
Merge pull request #45 from kokarare1212/deepsource-transform-6bc173ce
Format code with yapf
2021-05-26 20:46:21 +09:00
deepsource-autofix[bot] a702e60bf1
Format code with yapf
This commit fixes the style issues introduced in b96b369 according to the output
from yapf.

Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/be8d92d8-4cc2-4865-94f6-a55f638282f5/
2021-05-26 11:46:00 +00:00
こうから b96b369c3c
Merge pull request #43 from pawanpaudel93/main
Fixed the _pb2 suffix need for protobuf compiled files and also fixed issue with proxy configuration in requests Session
2021-05-26 20:45:48 +09:00
Pawan Paudel 3b8068a67a fixed class use insted of module 2021-05-26 16:40:08 +05:45
Pawan Paudel 3fcf78eb23 importing the compiled pb2 modules with alias 2021-05-26 15:44:04 +05:45
Pawan Paudel 81cbd5a588 fixing proxy configuration with and without auth 2021-05-26 15:27:44 +05:45
Pawan Paudel 3a38afeef0 fixing import errors 2021-05-26 14:37:44 +05:45
Pawan Paudel 0214721dd7 fixed the _pb2 suffix error and import errors 2021-05-25 21:26:56 +05:45
こうから ee247d8a2b
Merge pull request #41 from kokarare1212/deepsource-transform-2e7b1565
Format code with yapf
2021-05-25 13:55:00 +09:00
こうから eb46e4a0ba
Merge pull request #42 from kokarare1212/restyled/deepsource-transform-2e7b1565
Restyle Format code with yapf
2021-05-25 13:54:53 +09:00
Restyled.io 7b4fb2a825 Restyled by yapf 2021-05-25 04:53:51 +00:00
Restyled.io 4da8f2ec56 Restyled by isort 2021-05-25 04:53:36 +00:00
Restyled.io ac1e3dc95a Restyled by black 2021-05-25 04:53:32 +00:00
Restyled.io 498546ded8 Restyled by autopep8 2021-05-25 04:53:22 +00:00
deepsource-autofix[bot] 160f300381
Format code with yapf
This commit fixes the style issues introduced in fbc078e according to the output
from yapf.

Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/3dfcd490-bf1d-49e2-b1a3-233233f5bded/
2021-05-25 04:53:10 +00:00
kokarare1212 fbc078ed1a Fix cdn expiration error 2021-05-25 13:52:56 +09:00
kokarare1212 af8fd8a110 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	examples/server/main.py
2021-05-25 13:52:09 +09:00
kokarare1212 3e40e18c9b Update examples 2021-05-25 13:51:43 +09:00
こうから eccd2e597c
Merge pull request #39 from kokarare1212/deepsource-transform-b1444d26
Format code with yapf
2021-05-23 09:44:48 +09:00
こうから d1344318a0
Merge pull request #40 from kokarare1212/restyled/deepsource-transform-b1444d26
Restyle Format code with yapf
2021-05-23 09:44:37 +09:00
Restyled.io 793c99a145 Restyled by yapf 2021-05-23 00:43:03 +00:00
Restyled.io 9a40470709 Restyled by isort 2021-05-23 00:42:56 +00:00
Restyled.io fa11a8e1a4 Restyled by black 2021-05-23 00:42:55 +00:00
deepsource-autofix[bot] 9504849f60
Format code with yapf
This commit fixes the style issues introduced in 319bde1 according to the output
from yapf.

Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/dd374c27-a6ab-4bfb-a2f5-7a994081be26/
2021-05-23 00:42:48 +00:00
kokarare1212 319bde1639 Merge remote-tracking branch 'origin/main' 2021-05-23 09:42:36 +09:00
kokarare1212 616181fd62 Add examples 2021-05-23 09:42:23 +09:00
kokarare1212 4af00edef5 Add examples 2021-05-23 09:41:54 +09:00
こうから 7097a0cc74
Merge pull request #38 from kokarare1212/restyled/main
Restyle Sync with main branch
2021-05-22 11:54:43 +09:00