Vladimir Iakovlev
1f75fc1ea9
#N/A: Remove deprecated thefuck-alias
entry point
2016-08-14 14:43:13 +03:00
Vladimir Iakovlev
c63e0d1582
Bump to 3.11
2016-08-14 13:18:43 +03:00
Tim D. Smith
a7d1c725e4
Keep working if pip isn't installed
...
This might be installed by invoking setup.py directly.
2016-06-28 21:50:06 -07:00
Tim D. Smith
99e828d15d
Avoid importing pip
...
pip doesn't have a stable Python API and shouldn't be `import`ed. `pkg_resources` is provided by setuptools.
2016-06-28 21:48:06 -07:00
nvbn
d5e333b727
Bump to 3.10
2016-06-28 03:30:27 +03:00
Alessio Sergi
ebf1ea88f5
Switch from pathlib to pathlib2
...
The pathlib backport module is no longer maintained. The development
has moved to the pathlib2 module instead.
Quoting from the pathlib's README:
"Attention: this backport module isn't maintained anymore. If you want
to report issues or contribute patches, please consider the pathlib2
project instead."
2016-05-12 17:17:17 +02:00
nvbn
f74bbb7a9a
Bump to 3.9
2016-04-24 17:56:06 +03:00
nvbn
c6af8409d9
Bump to 3.8
2016-04-08 14:36:53 +03:00
nvbn
fa1edd4bae
Bump to 3.7
2016-03-23 05:12:29 +02:00
nvbn
39f7cc37eb
Bump to 3.6
2016-03-13 17:46:14 +03:00
nvbn
8b1f078e27
Bump to 3.5
2016-03-13 03:14:18 +03:00
nvbn
019f0abf67
Bump to 3.4
2016-03-04 00:21:51 +03:00
nvbn
470c0ef699
#444 : Check pip version in setup.py
2016-02-12 20:11:08 +03:00
BuBuaBu
738cc0c9a8
Exclude recursively tests packages
2016-01-22 13:47:31 +01:00
nvbn
bd5cf38271
Bump to 3.3
2016-01-13 22:33:04 +03:00
nvbn
0560f4ba8e
#414 : Install and use win_unicode_console
only on windows
2015-12-01 20:15:27 +08:00
Pavel Krymets
f9aa0e7c6b
Fix windows unicode output issues
2015-11-30 16:24:31 -08:00
nvbn
89f868c115
Bump to 3.2
2015-11-03 17:38:07 +08:00
nvbn
3da26192cb
Bump to 3.1
2015-10-08 10:30:38 +08:00
nvbn
71dc2666cc
Bump to 3.0
2015-09-09 10:59:07 +03:00
nvbn
4392872568
#356 Print useful information when fuck
called and alias isn't configured
2015-09-06 13:29:42 +03:00
nvbn
6df772ba05
Bump to 2.9.1
2015-09-05 11:46:34 +03:00
nvbn
faa7ee6030
Bump to 2.9
2015-09-05 11:21:21 +03:00
nvbn
ebe53f0d18
Use decorator library
2015-08-27 16:52:26 +03:00
nvbn
5ab2cf646e
Bump to 2.8
2015-08-24 20:31:28 +03:00
nvbn
d20205249b
Bump to 2.7
2015-08-11 01:17:06 +03:00
nvbn
36a0a669b0
Bump to 2.6
2015-07-30 20:27:47 +03:00
nvbn
44cd1fd7e1
#311 Fix installation without pandoc
2015-07-27 23:31:06 +03:00
nvbn
dc16600871
#311 Manually convert md to rst
2015-07-27 23:23:26 +03:00
nvbn
af40ad84d8
Bump to 2.5
2015-07-27 22:23:26 +03:00
nvbn
63e62fcba3
#311 Use setuptools-markdown
2015-07-27 22:23:20 +03:00
SanketDG
867aec83c3
fix setup.py version checking
2015-07-26 23:47:56 +05:30
nvbn
992f488159
Bump to 2.4
2015-07-25 03:40:06 +03:00
nvbn
6c534c52bc
Bump to 2.3
2015-07-22 04:45:04 +03:00
nvbn
c8d748e095
Bump to 2.2
2015-07-21 16:31:17 +03:00
nvbn
164103693b
Bump to 2.1
2015-07-20 21:16:53 +03:00
nvbn
1b961c4b87
#294 Move entry point for alias to main
2015-07-20 21:14:43 +03:00
nvbn
4fb990742d
Bump to 2.0
2015-07-19 22:33:56 +03:00
Petr Tichý
51c37bc5ab
Fix wheel dependencies for Python 2
2015-07-17 18:51:35 +02:00
nvbn
78769e4fbc
Bump to 1.49
2015-07-15 07:49:18 +03:00
nvbn
c7071763a3
Bump to 1.48
2015-07-08 21:34:39 +03:00
nvbn
fbf7b91005
Bump to 1.47
2015-07-07 16:39:40 +03:00
nvbn
3d842fe6eb
#N/A Fix setup.py
2015-07-07 16:39:21 +03:00
nvbn
22503cdb94
#279 Fix merge
2015-07-07 16:34:30 +03:00
nvbn
a8de919300
Merge branch 'master' of https://github.com/mkreder/thefuck into mkreder-master
2015-07-07 16:33:58 +03:00
nvbn
fac18de242
#267 Compare version_info
with a tuple
2015-07-07 16:33:41 +03:00
Matias Kreder
18ea4272ab
change deps to install_requires #2
2015-07-04 12:26:56 -03:00
Matias Kreder
a75c99eb12
change deps to install_requires
2015-07-04 12:24:09 -03:00
Matias Kreder
30082bc9a9
fixed dependency problem, on python 3.4.0 pathlib is included in the python distribution so it must not be included in the requirements for thefuck otherwise it wont run at startup
2015-07-04 11:55:28 -03:00
SanketDG
409d839e92
add python version testing in setup.py
2015-07-03 00:29:07 +05:30