Commit graph

72 commits

Author SHA1 Message Date
Ian Cordasco
7c132d1c33 Update release notes, dependencies, and version
Closes #32
2015-02-22 12:13:30 -06:00
Ian Cordasco
2cf10d26a3 Release v2.2.4 2014-10-09 16:56:01 -05:00
Lukasz Dobrzanski
c3d7e68a2b Use unittest.mock if available
Use unittest.mock https://docs.python.org/3/library/unitetst.mock.html
starting from >= Python 3.3
2014-09-10 01:15:01 +01:00
Ian Cordasco
54b0030531 Bump information necessary to release v2.2.0 2014-06-22 21:20:23 -05:00
Florent Xicluna
a3ecfbaaf8 Avoid an "imported but unused" warning 2014-04-27 00:44:42 +02:00
Florent Xicluna
2d62468625 Add a comment for the Nose workaround 2014-03-30 23:47:56 +02:00
Florent Xicluna
876309ad97 Add changelog entries 2014-03-30 23:04:48 +02:00
Florent Xicluna
a6027498a0 Workaround for nose traceback on Python 2.6; fixes #109 2014-03-30 22:50:01 +02:00
Ian Cordasco
e761600ca5 Re-add mock since I forgot it was actively being used 2013-10-12 21:29:19 -05:00
Ian Cordasco
d7ee1f9152 Let's actually try out drone.io 2013-10-12 21:27:02 -05:00
Ian Cordasco
1d665700e5 These should have been committed over a week ago. 2013-07-27 21:48:36 -05:00
Florent Xicluna
da663a77ca Really upgrade dependencies 2013-07-04 17:39:48 +02:00
Ian Cordasco
a3b4cd6bed Upgrade dependencies. 2013-07-04 11:29:50 -04:00
Marc Schlaich
c6623b37d1 Upgrade mccabe. 2013-04-03 16:17:02 +03:00
Ian Cordasco
d29f822b10 Fix #83 (bitbucket)
Tarek had explained to me how important adding specific pins were for
versioning. I forgot to fix this prior to now.
2013-03-24 16:33:48 -04:00
Diogo Baeder
f8995a9b32 Removing setuptools from setup requirements 2013-02-24 21:18:39 -03:00
Florent Xicluna
467b9f5c29 Upgrade requirements to pep8 1.4.3 and mccabe 0.2 2013-02-22 08:30:37 +01:00
Florent Xicluna
a593dd01a4 Install mccabe as a dependency 2013-02-21 00:00:54 +01:00
Florent Xicluna
472b186eb3 setup.py: do not import the module to read the __version__ 2013-02-20 22:50:12 +01:00
Florent Xicluna
9a8d85d22f Move the changelog to CHANGES.rst 2013-02-20 22:50:12 +01:00
Florent Xicluna
83571710cb setup.py: update description 2013-02-20 22:50:12 +01:00
Florent Xicluna
2e76b4191a setup.py: new topic classifiers 2013-02-20 22:50:12 +01:00
Florent Xicluna
b8aab10d5f setup.py: add classifiers for Python 2/3 compatibility 2013-02-20 22:50:12 +01:00
Florent Xicluna
bcbf1b8eae setup.py: allow upgrade of dependencies 2013-02-20 22:47:54 +01:00
Florent Xicluna
3e1452d10e setup.py: remove 'scripts' which is redundant with setuptools entry points; issue #70 2013-02-20 22:32:04 +01:00
Florent Xicluna
20b49ee257 setup.py: reorder entries 2013-02-20 22:30:24 +01:00
Florent Xicluna
1c6ed0526a Upgrade McCabe checker as an extension; now it uses the AST 2013-02-13 19:41:23 +01:00
Florent Xicluna
212364d89c Create and enable the Pyflakes extension 2013-02-13 19:22:34 +01:00
Florent Xicluna
8a50be88b3 Prepare moving Pyflakes as an extension: setuptools becomes mandatory 2013-02-13 16:48:33 +01:00
Ian Cordasco
4cc6f1dd66 Bump to pep8 1.4.2 to remove some hacks
I'm so glad this came out.
2013-02-09 19:25:44 -05:00
Ian Cordasco
d220a65222 Transition to pyflakes 0.6.1
That was less painful than I thought it would be.
2013-02-08 17:35:56 -05:00
Ian Cordasco
2d2744b017 Pin pep8 dependecy.
Thanks @flox (@florentx)!
2013-01-18 19:23:36 -05:00
Ian Cordasco
f06f484b21 Some changes re #59 2013-01-11 10:09:08 -05:00
Ian Cordasco
93538ea852 Add myself as a maintainer in setup() 2013-01-04 12:20:42 -05:00
Ian Cordasco
d8a30e19af Mention changes in preparation for 2.0.0
Working version of --install-hook.
2013-01-02 16:04:55 -05:00
Ian Cordasco
b2135a0e0e Tentative independence from vendored pep8
I'm fairly certain we no longer need the copy we had of pep8.
2012-12-29 22:00:22 -05:00
Ian Cordasco
c17aeb3848 A working version but still using a local copy of pep8 2012-12-28 23:19:56 -05:00
Ian Cordasco
31bcca53f9 Start the refactor. 2012-12-26 17:59:23 -05:00
Ian Cordasco
5b6b4cd1e4 Fixes #12. Not important but might as well. 2012-11-06 17:46:51 -05:00
mrlabbe
164a32126c Merged changes from origin 2012-10-03 07:38:20 -04:00
mrlabbe
557feff3eb add cmd script only on windows (as per issue #22 specification) 2012-09-26 08:06:25 -04:00
Peter Teichman
4a7b381fc0 Merge from the flake8 trunk 2012-09-15 13:52:37 -04:00
mrlabbe
bb3dcbd321 Add entry_points only with setuptools and command only w/o setuptools 2012-09-14 08:45:48 -04:00
Peter Teichman
c6ac38cd70 Incorporate patch review on Flake8Command
* add a note about the setuptools command to README
* don't install the Flake8Command entry point without setuptools
* fix a bug in Flake8Command that might cause double checking
  of files in 'packages'
2012-09-12 18:44:24 -04:00
Mathieu Agopian
7be297cd1e test_suite and tests_require only available when using setuptools 2012-09-12 11:39:36 +02:00
Peter Teichman
2e04e30d51 add Flake8Command, a setuptools command
This runs flake8 with the default options on all Python files
referenced by a package's setup.py. It works with both
package-based and py_modules-based file lists.
2012-09-09 08:24:04 -04:00
Mathieu Agopian
1492f618cb adds test_suite and tests_require in setup.py 2012-09-08 12:10:14 +02:00
mlabbe
a312a1a08f added cmd script (and scripts subfolder) 2012-09-05 17:59:29 -04:00
mrlabbe
a89b840960 added entry point for flake8 command 2012-09-05 13:17:02 -04:00
Tarek Ziade
aaa14dc4e1 fixed the stdin, thanks to zeeg 2012-07-27 11:52:37 +02:00