alan-barzilay
30a944cdda
Bump python version
...
Bump tests version and supported versions in setup.py
stdlib: update packages for python 3.9
By utilizing the packages listed in
https://github.com/jackmaney/python-stdlib-list
for python 3.8 and 3.9, we were able to drop all stdlib packages that
existed solely in python 2 and add the missing stdlib python 3 packages
2021-09-04 15:14:48 -03:00
alan-barzilay
65ccd7eca3
delete everything related to python2
...
We are dropping support for python 2, so we are dropping the
verification of which python version is currently running and we also stop
checking for python2 specific packages.
We also drop the encoding definition since python3 uses utf-8 as
default.
The helper open_func function is also substituted by open.
2021-09-04 15:14:48 -03:00
Alan Barzilay
8001001e9c
Revert "Revert all commits since last release"
...
This reverts commit 90102acdbb23c09574d27df8bd1f568d34e0cfd3.
Now that we are ready to make a new release we can revert the revert and
hopefuly never have to solve a mess like this again to keep master
synchronized with the latest release
2021-09-04 15:12:27 -03:00
alan-barzilay
90102acdbb
Revert all commits since last release
...
By reverting all commits done since release v0.4.10 we will have the
master branch synchronized with the latest release available in pipy.
All commits done since the latest release will be moved to another
branch called `next` where we will centralize development. Once we are ready
for a new release of pipreqs, the `next` branch will be merged back on to
master and a new release will be made.
This change will make development more organized and will avoid new
issues from users complaining about features only present in master not working
on their installation of pipreqs.
I would also like to thank @pedroteosousa for his help on reverting and
squashing all commits
2021-05-05 02:08:31 -03:00
Alan Barzilay
2a299cc7bc
Merge pull request #245 from komodovaran/patch-1
...
Update stdlib with dataclasses
2021-05-03 21:36:36 -03:00
Alan Barzilay
e432bb1999
Merge pull request #249 from LionyxML/patch-1
...
De-capitalize "Requirements.txt" in log msg
2021-05-03 21:35:48 -03:00
Alan Barzilay
df8aab7609
Merge pull request #247 from sxooler/sxooler/patch-hydra
...
Add hydra-core mapping
2021-04-30 23:45:52 -03:00
Alan Barzilay
a80bf1d05a
Merge pull request #251 from berrysauce/patch-1
...
Added secrets to standard libraries file
2021-04-30 23:45:26 -03:00
Paul
4dd2c0916d
Added secrets to standard libraries file
...
Is new in Python 3.6+
2021-04-27 20:40:26 +02:00
Rahul M. Juliato
b188c8ba83
Decaptalized file name in log msg
...
When trying to generate requirements.txt and file is already existent, the user message produced asks for "Requirements.txt" instead of "requirements.txt".
This may cause some trouble when used in case sensitive env, as well as in automated scripts.
2021-04-26 12:05:41 -03:00
Simon Ondracek
537458f2df
Add hydra-core mapping
...
Maps `hydra` to `hydra-core`. Fixes #244 .
2021-04-21 13:22:46 +02:00
Johannes Thomsen
bab012b491
Update stdlib with dataclasses
...
Part of the standard lib since 3.7: https://docs.python.org/3.7/library/dataclasses.html
2021-04-20 16:32:54 +02:00
Alan Barzilay
cb4add28ef
Merge pull request #239 from mapattacker/mode
...
New Option --mode for "gt", "compat", and "non-pin"
2021-03-29 15:34:49 -03:00
Jake
5dc02aa2fa
remove obsolete '=='
2021-03-29 22:16:45 +08:00
Jake
e5924d14b3
resolve conflicts; update new features
2021-03-29 22:13:19 +08:00
Jake
22fefca900
merged from origin
2021-03-29 21:48:44 +08:00
Siyang
69a884a4c4
changes based on discussions w maintainer
2021-03-29 21:35:34 +08:00
Alan Barzilay
a26ce943c1
Merge pull request #238 from ryan-rozario/master
...
Mapping for github3
2021-03-26 17:24:45 -03:00
ryan-rozario
c7c91fcabe
Mapping for github3
2021-03-26 23:56:20 +04:00
Alan Barzilay
1149429ab6
Merge pull request #195 from AlexPHorta/bugfix/issue88
...
Bugfix/issue88
2021-03-26 14:19:07 -03:00
Jake Teo
4eae4794a0
New Option for Dynamic Versioning ( #1 )
...
* added new option for dynamic versioning
* added quotes for dynamic options
Co-authored-by: Siyang <teo_siyang@imda.gov.sg>
2021-03-25 17:37:00 +08:00
Alan Barzilay
1aff63c049
Merge pull request #236 from bndr/pypy
...
Fix Pypy Build
2021-03-24 19:00:27 -03:00
alan-barzilay
b7e061f73a
Remove unecessary pip upgrade step
2021-03-24 18:40:30 -03:00
alan-barzilay
b1725c7409
Upgrading pypy to pypy3
...
Maybe forcing pypy to use python 3 will solve the issue (although it works fine with python 2.7 at the moment)
2021-03-24 18:33:15 -03:00
alan-barzilay
7b69881e76
Upgrade pip before running tests on travis
...
This should ensure that all tests use the same version of pip and this should hopefully fix the pypy build that is using pip 19
2021-03-24 16:21:56 -03:00
Alan Barzilay
787c202901
Merge pull request #191 from HariSekhon/mysql-python
...
fixed MySQL + krbV mappings to be reversed
2021-03-23 21:50:29 -03:00
Alan Barzilay
0449fa8341
Merge branch 'master' into mysql-python
2021-03-23 21:50:03 -03:00
Alan Barzilay
b56bbe976f
Merge pull request #201 from PatMyron/patch-1
...
mapping aws-sam-translator
2021-03-23 21:40:24 -03:00
Alan Barzilay
cdb30bcf33
Merge pull request #212 from bbodenmiller/patch-1
...
Tweak formatting
2021-03-23 21:38:33 -03:00
Alan Barzilay
27f9ca7ee8
Merge pull request #205 from toanant/patch-1
...
Imports are now sorted based on lowercase package's name, similar to pip freeze.
2021-03-23 21:33:05 -03:00
Alan Barzilay
e06a850883
Merge pull request #220 from 36000/36000-pyAFQ-1
...
Add pyAFQ Mapping
2021-03-23 21:24:55 -03:00
Alan Barzilay
112e2b6bdc
Merge pull request #224 from pkalemba/patch-1
...
Add discord mapping/ Sort mapping file
2021-03-23 21:22:52 -03:00
Alan Barzilay
1e830de783
Merge pull request #234 from SwiftWinds/patch-1
...
Add PyFunctional mapping
2021-03-23 21:09:40 -03:00
SwiftWinds
bcd0be47d0
Add PyFunctional mapping
...
Maps `functional` to `pyfunctional`. Fixes #232 .
2021-03-13 14:46:02 -08:00
Paweł Kalemba
469baefc1e
Add discord mapping
...
Map discord to discord.py
2020-12-10 10:04:17 +01:00
John Kruper
30d8fab76c
Add pyAFQ Mapping
2020-11-10 10:27:02 -08:00
Ben Bodenmiller
bd88dd85cd
Tweak formatting
2020-07-09 16:11:56 -07:00
Abhishek Kumar Singh
fc720f18bb
Fixed#133
...
Sorted `imports` based on `lowercase` package's `name`, similar to `pip freeze`.
2020-06-14 00:20:26 +05:30
Jon Banafato
060f52f597
Merge pull request #203 from jonafato/fix-flake8
...
Fix flake8 error for latest release
2020-05-18 19:46:19 -04:00
Jon Banafato
3f06f4375a
Fix flake8 error for latest release
2020-05-18 19:21:05 -04:00
Pat Myron
7b2b5e9e58
mapping aws-sam-translator
...
https://pypi.org/project/aws-sam-translator/
https://github.com/awslabs/serverless-application-model
2020-04-21 11:17:49 -07:00
AlexPHorta
21d3907e96
Fixed #88
2020-02-27 21:24:31 -03:00
AlexPHorta
386e677d80
More --clean tests.
2020-02-27 07:54:44 -03:00
AlexPHorta
2022f25ae9
Working on issue #88
2020-02-27 00:59:02 -03:00
Hari Sekhon
a4bd5b552a
fixed MySQL + krbV mappings to be reversed
2020-02-18 13:59:50 +00:00
Vadim Kravcenko
6ca1f42d4e
Merge pull request #111 from yonatanp/master
...
bugfix: f.close() only required if open succeeded
v0.4.10
v0.4.8
2019-11-14 11:43:11 +01:00
Vadim Kravcenko
05a28a461f
Merge pull request #143 from andrew-vant/patch-1
...
Add patricia-trie mapping
2019-11-14 11:42:32 +01:00
Vadim Kravcenko
2d3fd405e4
Merge pull request #166 from raxod502/rr-mpv-and-portalocker
...
Fix mappings for python-mpv and portalocker
2019-11-14 11:39:17 +01:00
Vadim Kravcenko
d37bfbccce
Merge pull request #175 from PatMyron/patch-1
...
mapping cfn-lint
2019-11-14 11:38:29 +01:00
Vadim Kravcenko
e9731a9632
Merge pull request #173 from HariSekhon/mysql-python
...
added MySQL-python and krbV mappings
2019-11-14 11:37:06 +01:00