Adrián Chaves
|
45b95c63d7
|
Address issues reported by pylint
|
2023-01-10 11:30:06 +01:00 |
Adrián Chaves
|
1c16989545
|
Upgrade xtractmime on pinned CI environments
|
2023-01-08 13:23:43 +01:00 |
Adrián Chaves
|
c6d416c69f
|
Merge remote-tracking branch 'upstream/master' into integrate-mime
|
2023-01-08 11:25:00 +01:00 |
Adrián Chaves
|
16546564f6
|
Minimum cryptography: 3.3 → 3.4.6
|
2023-01-06 20:16:54 +01:00 |
Andrey Rakhmatullin
|
3e03004b3c
|
Merge pull request #5781 from Gallaecio/ci-clang
Remove Reppy from CI
|
2023-01-02 20:13:45 +05:00 |
Adrián Chaves
|
016d1de64e
|
Remove Reppy from CI
|
2023-01-02 14:13:04 +01:00 |
Adrián Chaves
|
6084e8f627
|
Do not use -U for pip in Tox
|
2023-01-02 14:00:37 +01:00 |
Adrián Chaves
|
e47ada2c7c
|
Add CC to tox.ini:[testenv]passenv
|
2023-01-02 13:49:25 +01:00 |
Adrián Chaves
|
b336980bd1
|
Merge remote-tracking branch 'upstream/master' into integrate-mime
|
2023-01-02 13:14:39 +01:00 |
Laerte Pereira
|
deaf1fb6cf
|
Stop using setup.py (#5776)
|
2022-12-31 20:11:45 +01:00 |
Andrey Rahmatullin
|
5bd27191a2
|
Bump mypy, flake8, and pylint (#5738)
|
2022-11-28 19:37:57 +01:00 |
Andrey Rakhmatullin
|
5bf4260679
|
Update flake8.
|
2022-10-10 11:14:20 +06:00 |
Andrey Rakhmatullin
|
5fa613b419
|
Run flake8 directly.
|
2022-10-10 11:04:00 +06:00 |
Andrey Rakhmatullin
|
d1515cc075
|
Update pylint.
|
2022-10-07 15:30:44 +06:00 |
Andrey Rakhmatullin
|
ccb6a8c098
|
Add a note about flake8.
|
2022-10-07 15:27:14 +06:00 |
Andrey Rakhmatullin
|
424849b275
|
Update mypy.
|
2022-10-07 15:17:55 +06:00 |
Andrey Rahmatullin
|
28d65c88b1
|
Merge pull request #5662 from gliptak/pyopenssl1
Match pyOpenSSL and types-pyOpenSSL versions
|
2022-10-04 12:54:30 +05:00 |
Abdul Rauf
|
69bf5c6625
|
CI: move twinecheck to tox env
|
2022-10-02 20:27:24 +05:00 |
Gábor Lipták
|
9f006e3aa5
|
Match pyOpenSSL and types-pyOpenSSL versions
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
|
2022-09-30 22:27:57 -04:00 |
Gábor Lipták
|
385acd5598
|
Match pyOpenSSL and service_identity to Twisted
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
|
2022-09-24 21:33:02 -04:00 |
Mikhail Korobov
|
56e2eeac10
|
fix typing issues by upgrading mypy
|
2022-07-27 09:41:12 +05:00 |
Adrián Chaves
|
5862f6b8e1
|
Update frozen CI packages (#5574)
|
2022-07-25 17:25:10 +02:00 |
Adrián Chaves
|
fd2317bd6d
|
Implement scrapy.utils.response.get_response_class
|
2022-06-30 15:15:52 +02:00 |
Adrián Chaves
|
19a00bd4ef
|
Make xtractmime a dependency
|
2022-06-21 19:07:17 +02:00 |
Akshay Sharma
|
bedd4e51e1
|
Merge branch 'master' into integrate-mime
|
2022-06-20 20:19:04 -04:00 |
Laerte Pereira
|
407562b38b
|
Drop Python 3.6 support (#5514)
* chore: Drop Python 3.6 support
* Attend PR comments
* Tweak versions
* Update dependencies version
* fix: Ubuntu workflow
* fix windows workflow
* chore: Remove comment
* update `install_requires` dependencies versions
* move lxml to main pinned requirements
* Attend code-review comments
* remove non-pinned 3.7 from windows workflow
* simplify condition
* lint
* remove paragraph
* refactor
* remove leftover
|
2022-06-09 00:25:03 -03:00 |
Maxime Nannan
|
078622cfb0
|
Fix file expiration issue with GCS (#5318)
|
2022-05-20 08:30:06 +02:00 |
Andrey Rahmatullin
|
965fde24a4
|
Pin mitmproxy to < 8 for now (#5459)
|
2022-05-20 07:17:09 +02:00 |
Adrián Chaves
|
50c8becbe0
|
Freeze and upgrade CI packages (#5429)
|
2022-03-01 17:29:08 +01:00 |
Andrey Rahmatullin
|
08557e09db
|
Pin old markupsafe when we pin old mitmproxy (#5427)
|
2022-02-23 19:52:18 +01:00 |
Andrey Rakhmatullin
|
77547a1ab5
|
Revert "Temporarily pin Twisted to an older version in CI (#5401)"
This reverts commit b282a7af01.
|
2022-02-08 21:06:02 +05:00 |
Andrey Rahmatullin
|
b282a7af01
|
Temporarily pin Twisted to an older version in CI (#5401)
|
2022-02-07 21:25:08 +01:00 |
Andrey Rakhmatullin
|
6ec66c96fb
|
Fix and pin pylint.
|
2021-11-26 12:25:45 +05:00 |
azzamsa
|
51adf71b1b
|
refactor: use `pytest` command as the recommended entry point
`pytest` is recommended command since pytest 3.0.
There is a possibility for `py.test` to be deprecated or even removed.
https://github.com/pytest-dev/pytest/issues/1629
|
2021-10-24 10:52:56 +07:00 |
Eugenio Lacuesta
|
cfff79cee6
|
Make Python 3.10 support official (#5265)
|
2021-10-18 22:09:17 +02:00 |
Adrián Chaves
|
98ee3ddffe
|
Freeze flake8
|
2021-10-15 17:18:46 +02:00 |
Akshay Sharma
|
4dbe9e11ed
|
Small fix
|
2021-08-13 01:15:29 +05:30 |
Akshay Sharma
|
22c33adb41
|
Merge branch 'master' into integrate-mime
|
2021-08-13 01:07:08 +05:30 |
Andrey Rakhmatullin
|
b63369c148
|
Rename tests/requirements-py3.txt to tests/requirements.txt.
|
2021-08-11 20:02:45 +05:00 |
Akshay Sharma
|
9980a3d134
|
ADD xtractmime to pinnedtests
|
2021-08-09 17:28:12 +05:30 |
Akshay Sharma
|
0b52719e5f
|
Add is_binary_data()
|
2021-08-08 14:19:19 +05:30 |
Akshay Sharma
|
3a20b79de7
|
Move headers logic
|
2021-07-31 21:08:42 +05:30 |
laggardkernel
|
7e4321f201
|
Add support for temporary security credential in AWS auth
|
2021-07-27 19:39:59 +08:00 |
Pascal Corpet
|
70dddfe2b2
|
Typing: switch to a newer version of MyPy to check types
|
2021-07-21 17:10:10 +02:00 |
Akshay Sharma
|
c1ef25461e
|
Small fix
|
2021-07-15 20:04:27 +05:30 |
Akshay Sharma
|
265301215a
|
Add extract_mime
|
2021-07-15 20:03:11 +05:30 |
Akshay Sharma
|
0aa61cec13
|
install xtractmime
|
2021-07-14 20:57:33 +05:30 |
Adrián Chaves
|
c5b1ee8101
|
Make Twisted[http2] installation optional (#5113)
Co-authored-by: Eugenio Lacuesta <eugenio.lacuesta@gmail.com>
|
2021-05-11 09:04:53 +02:00 |
Eugenio Lacuesta
|
d8d1dc5b50
|
Ignore typing warning in test
|
2021-04-12 10:43:02 -03:00 |
Eugenio Lacuesta
|
1d200258a5
|
Adjust h2 version requirement (#5066)
|
2021-03-26 14:45:26 +01:00 |