Skip to content

Commit

Permalink
v1.0.1: tiny little bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Aug 27, 2012
1 parent cec6622 commit fc0a18c
Show file tree
Hide file tree
Showing 27 changed files with 31 additions and 33 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
@@ -1,11 +1,7 @@
language: python
python:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "pypy"

Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kwpolska <kwpolska@kwpolska.tk>
pkgname=trashman
pkgver=1.0.0
pkgver=1.0.1
pkgrel=1
pkgdesc='A Python trash manager. (built under py3k)'
arch=('any')
Expand All @@ -9,7 +9,7 @@ license=('BSD')
depends=('python')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/t/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('1b859dcf96986e72d40e3aa18d088b97')
md5sums=('af223f7cc7c800c2ee5c88195f71b3dd')

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -5,7 +5,7 @@ Trashman. A Python trash manager.
:Info: This is the README file for Trashman.
:Author: Kwpolska <kwpolska@kwpolska.tk>
:Date: 2012-08-27
:Version: 1.0.0
:Version: 1.0.1

PURPOSE
-------
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -5,7 +5,7 @@ Trashman. A Python trash manager.
:Info: This is the README file for Trashman.
:Author: Kwpolska <kwpolska@kwpolska.tk>
:Date: 2012-08-27
:Version: 1.0.0
:Version: 1.0.1

PURPOSE
-------
Expand Down
Binary file removed dist/trashman-1.0.0.tar.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.rst
Expand Up @@ -4,12 +4,13 @@ CHANGELOG for Trashman
:Author: Kwpolska
:Copyright: See Appendix A.
:Date: 2012-08-27
:Version: 1.0.0
:Version: 1.0.1

.. index:: CHANGELOG

1.0.0
=====
:1.0.1: Bugfix release.
:1.0.0: A complete modification of the approach, now using a concept of “backends”, allowing multiple trash systems to be used.

0.2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE.rst
Expand Up @@ -4,7 +4,7 @@ Appendix A. License for Trashman
:Info: This is an appendix to the Trashman documentation.
:Author: Kwpolska <kwpolska@kwpolska.tk>
:Date: 2012-08-27
:Version: 1.0.0
:Version: 1.0.1

.. index:: LICENSE

Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Expand Up @@ -5,7 +5,7 @@ Trashman. A Python trash manager.
:Info: This is the README file for Trashman.
:Author: Kwpolska <kwpolska@kwpolska.tk>
:Date: 2012-08-27
:Version: 1.0.0
:Version: 1.0.1

PURPOSE
-------
Expand Down
2 changes: 1 addition & 1 deletion docs/TODO.rst
Expand Up @@ -4,7 +4,7 @@ TODO for Trashman
:Author: Kwpolska
:Copyright: See Appendix A.
:Date: 2012-08-27
:Version: 1.0.0
:Version: 1.0.1

.. index:: TODO

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0'
version = '1.0.1'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/functions.rst
Expand Up @@ -4,7 +4,7 @@ Global Functions and Modules List
:Author: Kwpolska
:Copyright: See Appendix A.
:Date: 2012-08-27
:Version: 1.0.0
:Version: 1.0.1

.. index:: global functions

Expand Down
Binary file modified docs/trashman.8.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/trashman.rst
Expand Up @@ -5,7 +5,7 @@ Trashman
:Author: Kwpolska <kwpolska@kwpolska.tk>
:Copyright: See Appendix A.
:Date: 2012-08-27
:Version: 1.0.0
:Version: 1.0.1
:Manual section: 1
:Manual group: Trashman manual

Expand Down
Binary file modified locale/en/LC_MESSAGES/trashman.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/en/LC_MESSAGES/trashman.po
Expand Up @@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 1.0.0\n"
"Project-Id-Version: 1.0.1\n"
"Report-Msgid-Bugs-To: Kwpolska <kwpolska@kwpolska.tk>\n"
"POT-Creation-Date: 2012-08-27 18:46+0200\n"
"POT-Creation-Date: 2012-08-27 19:03+0200\n"
"PO-Revision-Date: 2012-08-13 20:48+0200\n"
"Last-Translator: Kwpolska <kwpolska@kwpolska.tk>\n"
"Language-Team: Kwpolska <kwpolska@kwpolska.tk>\n"
Expand Down
Binary file modified locale/pl/LC_MESSAGES/trashman.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/pl/LC_MESSAGES/trashman.po
Expand Up @@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 1.0.0\n"
"Project-Id-Version: 1.0.1\n"
"Report-Msgid-Bugs-To: Kwpolska <kwpolska@kwpolska.tk>\n"
"POT-Creation-Date: 2012-08-27 18:46+0200\n"
"POT-Creation-Date: 2012-08-27 19:03+0200\n"
"PO-Revision-Date: 2012-08-13 20:48+0200\n"
"Last-Translator: Kwpolska <kwpolska@kwpolska.tk>\n"
"Language-Team: Kwpolska <kwpolska@kwpolska.tk>\n"
Expand Down
6 changes: 3 additions & 3 deletions messages.pot
Expand Up @@ -5,10 +5,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 1.0.0\n"
"Project-Id-Version: 1.0.1\n"
"Report-Msgid-Bugs-To: Kwpolska <kwpolska@kwpolska.tk>\n"
"POT-Creation-Date: 2012-08-27 18:46+0200\n"
"PO-Revision-Date: 2012-08-27 18:46+0200\n"
"POT-Creation-Date: 2012-08-27 19:03+0200\n"
"PO-Revision-Date: 2012-08-27 19:03+0200\n"
"Last-Translator: Kwpolska <kwpolska@kwpolska.tk>\n"
"Language-Team: Kwpolska <kwpolska@kwpolska.tk>\n"
"Language: en\n"
Expand Down
1 change: 1 addition & 0 deletions release
Expand Up @@ -122,6 +122,7 @@ if [[ $? != '1' ]]; then
echo 'But please test your changes using that other terminal.'
read dn2
git add *
fi
fi

if [[ $cm = 't' ]]; then
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
from distutils.core import setup

setup(name='trashman',
version='1.0.0',
version='1.0.1',
description='A Python trash manager.',
author='Kwpolska',
author_email='kwpolska@kwpolska.tk',
Expand Down
4 changes: 2 additions & 2 deletions trashman/__init__.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# Trashman v1.0.0
# Trashman v1.0.1
# A Python trash manager.
# Copyright (C) 2011-2012, Kwpolska.
# All rights reserved.
Expand Down Expand Up @@ -44,7 +44,7 @@
"""

__title__ = 'Trashman'
__version__ = '1.0.0'
__version__ = '1.0.1'
__author__ = 'Kwpolska'
__license__ = '3-clause BSD'
__docformat__ = 'restructuredtext en'
Expand Down
2 changes: 1 addition & 1 deletion trashman/backends/__init__.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# Trashman v1.0.0
# Trashman v1.0.1
# A Python trash manager.
# Copyright (C) 2011-2012, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion trashman/backends/dummytrash.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# Trashman v1.0.0
# Trashman v1.0.1
# A Python trash manager.
# Copyright (C) 2011-2012, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion trashman/backends/trash.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# Trashman v1.0.0
# Trashman v1.0.1
# A Python trash manager.
# Copyright (C) 2011-2012, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion trashman/backends/xdgtrash.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# Trashman v1.0.0
# Trashman v1.0.1
# A Python trash manager.
# Copyright (C) 2011-2012, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion trashman/main.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# Trashman v1.0.0
# Trashman v1.0.1
# A Python trash manager.
# Copyright (C) 2011-2012, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
4 changes: 2 additions & 2 deletions trashman/tmds.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# Trashman v1.0.0
# Trashman v1.0.1
# A Python trash manager.
# Copyright (C) 2011-2012, Kwpolska.
# See /LICENSE for licensing information.
Expand Down Expand Up @@ -44,7 +44,7 @@ class TMDS(object):
if not config.has_section('default_backend'):
config.add_section('default_backend')
config.set('default_backend', 'name', 'auto')
config.write(open(os.path.join(confhome, 'trashman.cfg'), 'w'))
config.write(open(os.path.join(confdir, 'trashman.cfg'), 'w'))

if not os.path.exists(confdir):
try:
Expand Down

0 comments on commit fc0a18c

Please sign in to comment.