Skip to content

Commit

Permalink
v3.0.1: typo fix... Consolas has similar glyphs for ell and one.
Browse files Browse the repository at this point in the history
Signed-off-by: Kwpolska <[email protected]>
  • Loading branch information
Kwpolska committed May 3, 2013
1 parent 7201085 commit d144a91
Show file tree
Hide file tree
Showing 42 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Appendix C. Changelog
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: CHANGELOG

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Appendix A. Contribution rules
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: contributing

Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Kwpolska <[email protected]>
pkgname=pkgbuilder
_pyname=pkgbuilder
pkgver=3.0.l
pkgver=3.0.1
pkgrel=1
pkgdesc='A Python AUR helper/library.'
arch=('any')
Expand All @@ -10,7 +10,7 @@ license=('BSD')
depends=('python' 'pyalpm>=0.5.1-1' 'python-requests' 'rsync')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/$(echo ${_pyname} | cut -c1)/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('6e943e21cf515b5443d1ae286309648f')
md5sums=('4c92bc3db129dfd5aef23c3aea849b22')

package() {
cd "${srcdir}/${_pyname}-${pkgver}"
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index: README

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index: README
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Appendix C. Changelog
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: CHANGELOG

Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Appendix A. Contribution rules
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: contributing

Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Appendix B. License for PKGBUILDer
:Info: This is the license for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: LICENSE

Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index: README
Expand Down
2 changes: 1 addition & 1 deletion docs/aur.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aur module (AUR class)
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: AUR; RPC
.. index:: RPC
Expand Down
2 changes: 1 addition & 1 deletion docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build module
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: build
.. versionadded:: 2.1.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0.l'
release = '3.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/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Exceptions in PKGBUILDer
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: Exceptions
.. versionadded:: 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ main module
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: main
.. versionadded:: 2.1.3.0
Expand Down
2 changes: 1 addition & 1 deletion docs/package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package module (Package, AURPackage, ABSPackage classes)
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: Package
.. index:: AURPackage
Expand Down
Binary file modified docs/pb.8.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/pb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PBWrapper
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or Appendix B.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1
:Wrapper Version: 0.2.2
:Manual section: 8
:Manual group: PKGBUILDer manual
Expand Down
2 changes: 1 addition & 1 deletion docs/pbds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pbds module (PBDS class)
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. module: pbds
Expand Down
Binary file modified docs/pkgbuilder.8.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/pkgbuilder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PKGBUILDer
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or Appendix B.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1
:Manual section: 8
:Manual group: PKGBUILDer manual

Expand Down
2 changes: 1 addition & 1 deletion docs/sample-scripts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PKGBUILDer Sample Scripts
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: sample scripts

Expand Down
2 changes: 1 addition & 1 deletion docs/ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ui module (UI class)
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: UI
.. versionadded:: 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ upgrade module
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: upgrade
.. index:: Syu
Expand Down
2 changes: 1 addition & 1 deletion docs/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ utils module
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1

.. index:: utils
.. versionadded:: 2.1.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/wrapper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PBWrapper
:Copyright: © 2011-2013, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2013-05-03
:Version: 3.0.l
:Version: 3.0.1
:PBWrapper Version: 0.2.2

.. index:: wrapper
Expand Down
Binary file modified locale/ja/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/ja/LC_MESSAGES/pkgbuilder.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: 3.0.l\n"
"Project-Id-Version: 3.0.1\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n"
"POT-Creation-Date: 2013-05-03 16:54+0200\n"
"POT-Creation-Date: 2013-05-03 18:06+0200\n"
"PO-Revision-Date: 2013-04-21 17:43+0000\n"
"Last-Translator: Kwpolska <[email protected]>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/pkgbuilder/"
Expand Down
Binary file modified locale/pl/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/pl/LC_MESSAGES/pkgbuilder.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# Kwpolska <[email protected]>, 2013
msgid ""
msgstr ""
"Project-Id-Version: 3.0.l\n"
"Project-Id-Version: 3.0.1\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n"
"POT-Creation-Date: 2013-05-03 16:54+0200\n"
"POT-Creation-Date: 2013-05-03 18:06+0200\n"
"PO-Revision-Date: 2013-04-21 18:04+0000\n"
"Last-Translator: Kwpolska <[email protected]>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/pkgbuilder/"
Expand Down
6 changes: 3 additions & 3 deletions messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 3.0.l\n"
"Project-Id-Version: 3.0.1\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n"
"POT-Creation-Date: 2013-05-03 16:54+0200\n"
"PO-Revision-Date: 2013-05-03 16:54+0200\n"
"POT-Creation-Date: 2013-05-03 18:06+0200\n"
"PO-Revision-Date: 2013-05-03 18:06+0200\n"
"Last-Translator: Kwpolska <[email protected]>\n"
"Language-Team: Kwpolska <[email protected]>\n"
"Language: en\n"
Expand Down
4 changes: 2 additions & 2 deletions pkgbuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.0.l
# PKGBUILDer v3.0.1
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# All rights reserved.
Expand Down Expand Up @@ -44,7 +44,7 @@
"""

__title__ = 'PKGBUILDer'
__version__ = '3.0.l'
__version__ = '3.0.1'
__author__ = 'Kwpolska'
__license__ = '3-clause BSD'
__docformat__ = 'restructuredtext en'
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/aur.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.0.l
# PKGBUILDer v3.0.1
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/build.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.0.l
# PKGBUILDer v3.0.1
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.0.l
# PKGBUILDer v3.0.1
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.0.l
# PKGBUILDer v3.0.1
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.0.l
# PKGBUILDer v3.0.1
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/pbds.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.0.l
# PKGBUILDer v3.0.1
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/ui.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.0.l
# PKGBUILDer v3.0.1
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/upgrade.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.0.l
# PKGBUILDer v3.0.1
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.0.l
# PKGBUILDer v3.0.1
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/wrapper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PBWrapper v0.2.2
# PKGBUILDer v3.0.l
# PKGBUILDer v3.0.1
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2013, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from distutils.core import setup

setup(name='pkgbuilder',
version='3.0.l',
version='3.0.1',
description='An AUR helper (and library) in Python 3.',
author='Kwpolska',
author_email='[email protected]',
Expand Down

0 comments on commit d144a91

Please sign in to comment.