mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-17 19:11:06 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2501 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
ba5939c7c5
commit
896c3d0b39
2 changed files with 7 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (2.8-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Thu, 31 Mar 2005 17:00:29 +0200
|
||||
|
||||
linkchecker (2.7-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -41,7 +41,6 @@ from distutils import util, log
|
|||
# cross compile config
|
||||
cc = os.environ.get("CC")
|
||||
# directory with cross compiled (for win32) python
|
||||
# see also http://kampfwurst.net/python-mingw32/
|
||||
win_python_dir = "/home/calvin/src/python23-maint-cvs/dist/src/"
|
||||
# if we are compiling for or under windows
|
||||
win_compiling = (os.name == 'nt') or (cc is not None and "mingw32" in cc)
|
||||
|
|
@ -358,7 +357,7 @@ elif os.name == 'nt':
|
|||
]))
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "2.7",
|
||||
version = "2.8",
|
||||
description = "check websites and HTML documents for broken links",
|
||||
keywords = "link,url,checking,verfication",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue