You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

pkgbuilder

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkgbuilder - pypi Package Compare versions

Comparing version
4.2.15
to
4.2.16
+4
-1
CHANGELOG.rst

@@ -9,3 +9,3 @@ =====================

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -51,2 +51,5 @@ .. index:: CHANGELOG

4.2.16
* Handle searches with spaces correctly (Issue #55)
4.2.15

@@ -53,0 +56,0 @@ * Avoid crashes if package name contains `+` signs (or other characters not allowed in regular expressions).

+1
-1

@@ -8,3 +8,3 @@ ======================

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -11,0 +11,0 @@ .. index:: AUR; RPC

@@ -9,3 +9,3 @@ ============

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -12,0 +12,0 @@ .. index:: build

@@ -9,3 +9,3 @@ =====================

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -51,2 +51,5 @@ .. index:: CHANGELOG

4.2.16
* Handle searches with spaces correctly (Issue #55)
4.2.15

@@ -53,0 +56,0 @@ * Avoid crashes if package name contains `+` signs (or other characters not allowed in regular expressions).

@@ -51,5 +51,5 @@ # -*- coding: utf-8 -*-

# The short X.Y version.
version = '4.2.15'
version = '4.2.16'
# The full version, including alpha/beta/rc tags.
release = '4.2.15'
release = '4.2.16'

@@ -56,0 +56,0 @@ # The language for content autogenerated by Sphinx. Refer to documentation

@@ -9,3 +9,3 @@ ========================

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -12,0 +12,0 @@ .. index:: Exceptions

@@ -7,3 +7,3 @@ ==================================

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -10,0 +10,0 @@ .. index:: LICENSE

@@ -8,3 +8,3 @@ ===============

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -11,0 +11,0 @@ .. index:: main

@@ -9,3 +9,3 @@ ========================================================

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -12,0 +12,0 @@ .. index:: Package

@@ -10,3 +10,3 @@ =========

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16
:Wrapper Version: 0.5.3

@@ -13,0 +13,0 @@ :Manual section: 8

@@ -9,3 +9,3 @@ ========================

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -12,0 +12,0 @@ .. module: pbds

@@ -10,3 +10,3 @@ ==========

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16
:Manual section: 8

@@ -13,0 +13,0 @@ :Manual group: PKGBUILDer manual

@@ -7,3 +7,3 @@ =====================================================

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -10,0 +10,0 @@ .. index: README

@@ -8,3 +8,3 @@ =========================

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -11,0 +11,0 @@ .. index:: sample scripts

@@ -9,3 +9,3 @@ ============

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -12,0 +12,0 @@ .. index:: transaction

@@ -9,3 +9,3 @@ ====================

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -12,0 +12,0 @@ .. index:: UI

@@ -9,3 +9,3 @@ ==============

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -12,0 +12,0 @@ .. index:: upgrade

@@ -9,3 +9,3 @@ ============

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -12,0 +12,0 @@ .. index:: utils

@@ -8,3 +8,3 @@ =========

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16
:PBWrapper Version: 0.2.3

@@ -11,0 +11,0 @@

Metadata-Version: 1.1
Name: pkgbuilder
Version: 4.2.15
Version: 4.2.16
Summary: An AUR helper (and library) in Python 3.

@@ -15,3 +15,3 @@ Home-page: https://github.com/Kwpolska/pkgbuilder

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -18,0 +18,0 @@ .. index: README

Metadata-Version: 1.1
Name: pkgbuilder
Version: 4.2.15
Version: 4.2.16
Summary: An AUR helper (and library) in Python 3.

@@ -15,3 +15,3 @@ Home-page: https://github.com/Kwpolska/pkgbuilder

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -18,0 +18,0 @@ .. index: README

# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.15
# PKGBUILDer v4.2.16
# An AUR helper (and library) in Python 3.

@@ -48,3 +48,3 @@ # Copyright © 2011-2018, Chris Warrick.

__title__ = 'PKGBUILDer'
__version__ = '4.2.15'
__version__ = '4.2.16'
__author__ = 'Chris Warrick'

@@ -51,0 +51,0 @@ __license__ = '3-clause BSD'

# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.15
# PKGBUILDer v4.2.16
# An AUR helper (and library) in Python 3.

@@ -237,4 +237,4 @@ # Copyright © 2011-2018, Chris Warrick.

DS.log.debug('Searching...')
searchstring = '+'.join(pkgnames)
if len(searchstring) < 2:
search_string = ' '.join(pkgnames)
if len(search_string) < 2:
# this would be too many entries, but this is an actual API

@@ -244,3 +244,3 @@ # limitation and not an idea of yours truly.

DS.fancy_msg(_('Searching for exact match...'))
search = pkgbuilder.utils.info([searchstring])
search = pkgbuilder.utils.info([search_string])
if search == []:

@@ -260,3 +260,3 @@ DS.fancy_error2(_('not found'))

else:
search = pkgbuilder.utils.search(searchstring)
search = pkgbuilder.utils.search(search_string)

@@ -263,0 +263,0 @@ output = ''

# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.15
# PKGBUILDer v4.2.16
# An AUR helper (and library) in Python 3.

@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick.

# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.15
# PKGBUILDer v4.2.16
# An AUR helper (and library) in Python 3.

@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick.

# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.15
# PKGBUILDer v4.2.16
# An AUR helper (and library) in Python 3.

@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick.

# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.15
# PKGBUILDer v4.2.16
# An AUR helper (and library) in Python 3.

@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick.

# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.15
# PKGBUILDer v4.2.16
# An AUR helper (and library) in Python 3.

@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick.

# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.15
# PKGBUILDer v4.2.16
# An AUR helper (and library) in Python 3.

@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick.

# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.15
# PKGBUILDer v4.2.16
# An AUR helper (and library) in Python 3.

@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick.

# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.15
# PKGBUILDer v4.2.16
# An AUR helper (and library) in Python 3.

@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick.

# -*- encoding: utf-8 -*-
# PKGBUILDer v4.2.15
# PKGBUILDer v4.2.16
# An AUR helper (and library) in Python 3.

@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick.

# -*- encoding: utf-8 -*-
# PBWrapper v0.5.0
# PKGBUILDer v4.2.15
# PKGBUILDer v4.2.16
# An AUR helper (and library) in Python 3.

@@ -5,0 +5,0 @@ # Copyright © 2011-2018, Chris Warrick.

+1
-1

@@ -7,3 +7,3 @@ =====================================================

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -10,0 +10,0 @@ .. index: README

@@ -7,3 +7,3 @@ =====================================================

:Date: 2018-03-18
:Version: 4.2.15
:Version: 4.2.16

@@ -10,0 +10,0 @@ .. index: README

@@ -21,3 +21,3 @@ #!/usr/bin/env python3

setup(name='pkgbuilder',
version='4.2.15',
version='4.2.16',
description='An AUR helper (and library) in Python 3.',

@@ -24,0 +24,0 @@ keywords='arch pkgbuild',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet