commit stringlengths 40 40 | subject stringlengths 1 3.25k | old_file stringlengths 4 311 | new_file stringlengths 4 311 | old_contents stringlengths 0 26.3k | lang stringclasses 3
values | proba float64 0 1 | diff stringlengths 0 7.82k |
|---|---|---|---|---|---|---|---|
8531a40b1d5aa867dbb341e0aa1641314227f103 | use jsonfield instead of django-jsonfield, like pupa | setup.py | setup.py | from setuptools import setup
setup(
name="represent-representatives",
version="0.2",
description="A web API for elected officials tied to electoral districts, packaged as a Django app.",
url="https://github.com/rhymeswithcycle/represent-reps",
license="MIT",
packages=[
'representatives'... | Python | 0.000001 | @@ -465,23 +465,16 @@
'
-django-
jsonfiel
@@ -478,15 +478,16 @@
ield
-%3E=0.7.1
+==0.9.23
',%0A
|
f108fd5ccfe962a21668eaf205a4ee95a52cbec9 | Bump botocore deps to 1.0.0 | setup.py | setup.py | #!/usr/bin/env python
"""
distutils/setuptools install script.
"""
import os
import re
import sys
from setuptools import setup, find_packages
ROOT = os.path.dirname(__file__)
VERSION_RE = re.compile(r'''__version__ = ['"]([0-9.]+)['"]''')
requires = [
'botocore==1.0.0rc1',
'jmespath>=0.6.2,<1.0.0',
]
if... | Python | 0 | @@ -275,11 +275,8 @@
.0.0
-rc1
',%0A
|
31a5a0a6db7eb9edd6c6e9ba2441d74cdc86dcd9 | Bump to v19 | setup.py | setup.py | """Setup for Axis."""
# https://jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/
# http://peterdowns.com/posts/first-time-with-pypi.html
# pip install -e .
# Upload to PyPI Live
# python setup.py sdist bdist_wheel
# twine upload dist/axis-* --skip-existing
from setuptools import setup
setu... | Python | 0 | @@ -364,17 +364,17 @@
rsion='1
-8
+9
',%0A des
@@ -653,17 +653,17 @@
chive/v1
-8
+9
.tar.gz'
|
242ec430ff390cf24051819802b9eec1e665d3b2 | Remove LICENCE from install | setup.py | setup.py | import os
from setuptools import setup
os.environ["QT_PREFERRED_BINDING"] = "None"
version = __import__("Qt").__version__
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming L... | Python | 0 | @@ -994,36 +994,8 @@
se,%0A
- data_files=%5B%22LICENSE%22%5D,%0A
|
7f125f68475966f85d5db39d24e604c2b34e0a8a | Add extra_libraries kwarg to check_cc() and compile() methods; fix kaa.display setup.py to use this for checking dfb evas engine. | setup.py | setup.py | # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------------
# setup.py - Setup script for kaa.display
# -----------------------------------------------------------------------------
# $Id$
#
# -----------------------------------------------------------------------------
... | Python | 0.000004 | @@ -4157,24 +4157,56 @@
irectFB.h%3E'%5D
+, extra_libraries = %5B'directfb'%5D
):%0A p
|
929fab9a600e8d5ff10dfcc0f94eaf693415fc93 | Bump version | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
for cmd in ('egg_info', 'develop'):
import sys
if cmd in sys.argv:
from setuptools import setup
version='0.0.3'
setup(
name='fabtest',
version=version,
author='Mikhail Korobov',
author_email='kmike84@gmail.com',
packages=['fa... | Python | 0 | @@ -175,17 +175,17 @@
on='0.0.
-3
+4
'%0A%0Asetup
|
7736e8e34e0cd2015334ab598a635568207c809c | Add enviro_ipy_ext to setup.py | setup.py | setup.py | from __future__ import unicode_literals
from codecs import open as codecs_open
from setuptools import setup, find_packages
# Get the long description from the relevant file
with codecs_open('README.md', encoding='utf-8') as f:
long_description = f.read()
setup(name='enviro',
version='0.0.1',
descri... | Python | 0.000001 | @@ -620,16 +620,34 @@
'enviro'
+, 'enviro_ipy_ext'
%5D,%0A
|
e1c6e41419a1bd144383d33e9b83c48a3f36c3d7 | Version bump to 0.8.0 | setup.py | setup.py | from setuptools import setup, find_packages
long_description = open('README.rst').read()
setup(
name='PyChromecast',
version='0.7.7',
license='MIT',
url='https://github.com/balloob/pychromecast',
author='Paulus Schoutsen',
author_email='paulus@paulusschoutsen.nl',
description='Python modu... | Python | 0 | @@ -136,11 +136,11 @@
='0.
-7.7
+8.0
',%0A
|
1c02fcfa22dd7b75ac461fa755447a68ce5972f8 | Bump version number | setup.py | setup.py | import codecs
import os
from setuptools import setup, find_packages
def read(filename):
filepath = os.path.join(os.path.dirname(__file__), filename)
return codecs.open(filepath, encoding='utf-8').read()
setup(
name='lemon-dashboard',
version='0.1.dev',
license='ISC',
description="Dashboard a... | Python | 0.000002 | @@ -263,12 +263,8 @@
'0.1
-.dev
',%0A
|
7fea498e22067bd14607a82eee51bb0fc0a3f0ae | fix pyusb requirement line | setup.py | setup.py | from setuptools import setup
setup(
name='pyatk',
version='0.1.0',
description='Python implementation of the Freescale bootloader protocol for i.MX processors.',
author='Harry Bock',
author_email='bock.harryw@gmail.com',
packages=[
'pyatk',
'pyatk.channel',
'pyatk.tests... | Python | 0 | @@ -460,16 +460,18 @@
%3E= 1.0.0
+a3
',%0A %5D
|
a47fed3bcbb4ee21a15b5363be550ff550bd823f | Fix README parsing for Windows | setup.py | setup.py | """
A setuptools based setup module for asciimatics.
Based on the sample Python packages at:
https://packaging.python.org/en/latest/distributing.html
https://github.com/pypa/sampleproject
"""
from setuptools import setup, find_packages
from codecs import open
from os import path
import shutil
with open("./doc/sourc... | Python | 0.002285 | @@ -783,10 +783,30 @@
%5B0%5D
-!=
+not in (%22ASCIIMATICS%22,
%22AS
@@ -814,17 +814,20 @@
IIMATICS
-%22
+%5Cr%22)
:%0A lo
|
d9c05dd8164e8a7f61dccc86cc7f223dafb7f1ba | remove mock requirement | setup.py | setup.py | # -*- coding: utf-8 -*-
import os
import sys
from distutils.command.sdist import sdist
from setuptools import setup, find_packages
import setuptools.command.test
BASE_PATH = os.path.abspath(os.path.dirname(__file__))
version_suffix = ''
class TestCommand(setuptools.command.test.test):
def finalize_options(self)... | Python | 0.000001 | @@ -1692,38 +1692,8 @@
0',%0A
- 'mock',%0A
|
1b53f97810a19a87d2c2a51dac855e73c5888da5 | add support for python 3.10 (#127) | setup.py | setup.py | # Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | Python | 0 | @@ -2538,16 +2538,115 @@
: 3.8%22,%0A
+ %22Programming Language :: Python :: 3.9%22,%0A %22Programming Language :: Python :: 3.10%22,%0A
|
46321876c6ece27677f6c51400b799a9a8540324 | Fix more lint errors. | tensorflow/contrib/data/python/kernel_tests/resample_test.py | tensorflow/contrib/data/python/kernel_tests/resample_test.py | # Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | Python | 0 | @@ -3490,16 +3490,43 @@
classes,
+%0A
dtypes.
|
41171851707ecd34e04d20ade2cce06a99fe4eb7 | Bump version number | setup.py | setup.py | # This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
from setuptools import setup, find_packages
requires = ['cornice', 'mozsvc>=0.8', 'PyBrowserID', 'testfixtures']
... | Python | 0.000002 | @@ -372,9 +372,9 @@
1.2.
-5
+6
',%0A
|
7d56df0a15ec4411247c16684e7015bde581dbd0 | fix package_data in setup.py | setup.py | setup.py | """aws-orgs setup"""
from awsorgs import __version__
from setuptools import setup, find_packages
from codecs import open
from os import path
here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='aws-orgs',
ver... | Python | 0.000001 | @@ -1136,24 +1136,46 @@
awsorgs': %5B%0A
+ 'data/*',%0A
@@ -1199,36 +1199,53 @@
',%0A '
-data
+spec_init_data/spec.d
/*',%0A %5D,%0A
|
e62442479a3302c498f602ae5fc207c7826cdbbd | make it easier to build for Python 2.7 on Windows | setup.py | setup.py | # This file is based on https://github.com/pybind/python_example
# which is under a BSD-like license:
# https://github.com/pybind/python_example/blob/master/LICENSE
import setuptools
from setuptools import setup, Extension
from setuptools.command.build_ext import build_ext
import os
import sys
USE_SYSTEM_ZLIB = False... | Python | 0.000003 | @@ -3341,16 +3341,227 @@
n=10.7'%5D
+%0A elif sys.platform == 'win32' and sys.version_info%5B0%5D == 2:%0A # without these variables distutils insist on using VS 2008%0A os.environ%5B'DISTUTILS_USE_SDK'%5D = '1'%0A os.environ%5B'MSSdk'%5D = '1'
%0A%0A de
|
b0f4c0c53e67649d9b531d0393ed9b77b9efe665 | Bump dev version | setup.py | setup.py | #!/usr/bin/env python
import sys
import os
from os.path import join, abspath, basename, dirname
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
py = sys.version_info
if py < (2,7) or py > (3,0):
raise NotImplementedError("PyAirview requires at least Python 2.7, and... | Python | 0 | @@ -543,12 +543,13 @@
'0.1
+.
dev
-0
+1
',%0A
|
6b329594cbe592554fd6963acb5f4ed50164825e | Revert "Remove pypandoc fallback" | setup.py | setup.py | from setuptools import setup
import pypandoc
test_deps = [
'psycopg2',
'mysqlclient',
]
extras = {
'test': test_deps,
}
setup(
name='django-more',
version='0.2.3',
author='Ashley Waite',
author_email='ashley.c.waite@gmail.com',
description='Django with more',
long_description=pypan... | Python | 0 | @@ -22,16 +22,27 @@
t setup%0A
+%0A%0Atry:%0A
import p
@@ -48,16 +48,154 @@
pypandoc
+%0A long_description = pypandoc.convert('README.md', 'rst')%0Aexcept(IOError, ImportError):%0A long_description = open('README.md').read()
%0A%0Atest_d
@@ -461,44 +461,24 @@
ion=
-pypandoc.convert('README.md', 'rst')
+l... |
978c36f6abccde482d0c245354a53d4e642b345d | Update to 1.7.0 | setup.py | setup.py | #!/usr/bin/env python
try:
from setuptools import setup, find_packages
except ImportError:
from distutils.core import setup, find_packages
tests_require = [
'coverage',
'coveralls'
]
docs_require = [
'Sphinx>=1.3.5',
'recommonmark>=0.4.0',
'sphinx-rtd-theme>=0.1.9',
'sphinxcontrib-napo... | Python | 0 | @@ -1378,11 +1378,11 @@
==1.
-6.2
+7.0
%22%0A
|
7337a9cdf9fe88ef0e32e10d3daa7882d5c04e77 | prepare 2.3.20 | setup.py | setup.py | from setuptools import setup, find_packages
import os
version = '2.3.19'
requires = [
'setuptools',
'openprocurement.api>=2.3',
'openprocurement.tender.openua'
]
test_requires = requires + [
'webtest',
'python-coveralls',
]
docs_requires = requires + [
'sphinxcontrib-httpdomain',
]
entry_po... | Python | 0.000066 | @@ -67,10 +67,10 @@
2.3.
-19
+20
'%0A%0Ar
|
f76323c299da20cccac4e165f8978d5ddca389b7 | Bump version to 1.5 | setup.py | setup.py | import os
from setuptools import find_packages, setup
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
setup(
name='django-postgres-extra',
version='1.4',
packages=find_packages(),
include_package_data=True,
license='MIT License',
descript... | Python | 0 | @@ -213,9 +213,9 @@
='1.
-4
+5
',%0A
|
511384f46fd566ef49c43cae912b6d637a4b9e97 | Bump to 0.9.3 | setup.py | setup.py | """
flask-csrf
----------
A small Flask extension for adding CSRF protection.
Links
`````
* `documentation <http://sjl.bitbucket.org/flask-csrf/>`_
* `development version
<http://bitbucket.org/sjl/flask-csrf/get/tip.gz#egg=flask-csrf-dev`_
"""
from setuptools import setup
setup(
name='flask-csrf',
vers... | Python | 0.000066 | @@ -326,9 +326,9 @@
0.9.
-2
+3
',%0A
|
6913886597b887b2244f8f370691cc10c028aebc | Upgrade version number | setup.py | setup.py | #! /usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
setup(
name = 'OpenFisca-Web-API',
version = '5.1.0',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.fr',
classifiers = [
'Development Status :: 2 - Pre-Alpha',
'Environment :... | Python | 0.000001 | @@ -146,17 +146,17 @@
= '5.1.
-0
+1
',%0A a
|
851e9d3f4dcd53240d53eedca9e06f3e676b2cd4 | Version 0.0.8 | setup.py | setup.py | import io
from setuptools import setup
setup(
name='virga',
version='0.0.7',
description='Analysing your Cloud infrastructure before the rain falls to the ground',
long_description=io.open('README.rst', encoding='utf-8').read(),
classifiers=[
'Development Status :: 2 - Pre-Alpha',
... | Python | 0.000001 | @@ -80,9 +80,9 @@
0.0.
-7
+8
',%0A
|
812b60d5fdb50faa5c507fd556048c0e6077debd | fix bug setup.py | setup.py | setup.py | # -*- coding: utf-8 -*-
import sys
reload(sys)
sys.setdefaultencoding('utf8')
from setuptools import setup
from setuptools import find_packages
import codecs
with codecs.open('README.rst','r',encoding='utf-8') as readme_file:
readme = readme_file.read()
requirements = [
'pyicu>=1.9.2',
'nltk>=3.2.2',
... | Python | 0 | @@ -22,66 +22,8 @@
-*-%0A
-import sys %0Areload(sys) %0Asys.setdefaultencoding('utf8')%0A
from
|
bea81a732a9ceba3f5a966f6eb76a7c7bcb209d9 | Version 1.32.16 | setup.py | setup.py | """
The setup package to install SeleniumBase dependencies and plugins
(Uses selenium 3.x and is compatible with Python 2.7+ and Python 3.5+)
"""
from setuptools import setup, find_packages # noqa
import os
import sys
this_directory = os.path.abspath(os.path.dirname(__file__))
long_description = None
try:
with ... | Python | 0 | @@ -1842,17 +1842,17 @@
='1.32.1
-5
+6
',%0A d
|
5f58d9f73b3b674d1d39ea7027a2e6de6dc8ff44 | Add requests as installation dependency. | setup.py | setup.py | # -*- coding: utf-8 -*-
from distutils.core import setup
setup(
name='nutshell',
packages=['nutshell'],
version='0.1.1',
description='A minimal python library to access Nutshell CRM:s JSON-RPC API.',
author=u'Emil Stenström',
author_email='em@kth.se',
url='https://github.com/EmilStenstrom/p... | Python | 0 | @@ -409,24 +409,59 @@
all/0.1.1',%0A
+ install_requires=%5B%22requests%22%5D,%0A
keywords
|
2f358251f017d6d79e6d65d224066632ee2e61bf | version upgrade | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
with open('requirements.txt') as fp:
requirements = fp.read().splitlines()
setup(name='deep-belief-network',
version='1.0.0',
description='Python implementation of Deep Belief Networks',
packages=['dbn', 'dbn.tensorflow'],
install_req... | Python | 0.000001 | @@ -183,17 +183,17 @@
on='1.0.
-0
+1
',%0A
|
e6496f03da02a642953334e1d71f869b63cd153b | Bump version. | setup.py | setup.py | from setuptools import setup, find_packages
PACKAGE_NAME = "lintreview"
VERSION = "1.28.4"
requirements = open('./requirements.txt', 'r')
setup(
name=PACKAGE_NAME,
version=VERSION,
description="Lint Review, an automated code review tool that "
"integrates with github. Integrates with the ... | Python | 0 | @@ -84,11 +84,11 @@
%221.2
-8.4
+9.0
%22%0A%0Ar
|
eb6fc7f7e63ef53fd23ef927b1295e332fce2a0d | Install unittest2 for Python 2.6 | setup.py | setup.py | import doctest
import sys
import io
import unittest
from setuptools import setup
readme_text = io.open("README.rst", "r").read()
def test_suite():
suite = unittest.TestLoader().discover("tests")
suite.addTest(doctest.DocFileSuite("README.rst"))
return suite
if sys.version_info[:2] not in [(2, 6), (2, 7)... | Python | 0.000342 | @@ -1,19 +1,4 @@
-import doctest%0A
impo
@@ -18,24 +18,8 @@
io%0A
-import unittest%0A
from
@@ -112,16 +112,118 @@
uite():%0A
+ import doctest%0A try:%0A import unittest2 as unittest%0A except:%0A import unittest%0A%0A
suit
@@ -565,16 +565,109 @@
xit(1)%0A%0A
+tests_require = %5B%5D%0Ai... |
37f96e1adae32fcf668207c54074fdd52a10f014 | Bump version to 3.4m1 | setup.py | setup.py | ########
# Copyright (c) 2013 GigaSpaces Technologies Ltd. All rights reserved
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless... | Python | 0 | @@ -722,17 +722,19 @@
sion='3.
-3
+4a1
',%0A a
|
3b33bbd2513c78a642139784995007560dd84070 | fix of package data path | setup.py | setup.py | from distutils.core import setup
setup(
name='starry_night',
version='1.1',
description='A tool for detecting clouds in the night sky based on star detection.',
url='https://bitbucket.org/solarer/starry_night',
author='Jan Adam',
author_email='jan.adam@tu-dortmund.de',
license='MIT',
pa... | Python | 0.000001 | @@ -1050,13 +1050,13 @@
agic
-1
_cam
+1
.con
@@ -1088,13 +1088,13 @@
agic
-2
_cam
+2
.con
|
35043e302516ac9d826f30e9ee168f6f5877e57f | add url to setup | setup.py | setup.py | from setuptools import setup, find_packages
# To use a consistent encoding
from codecs import open
from os import path
here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='brokenaxes',
version='0.4.1',
d... | Python | 0 | @@ -462,16 +462,68 @@
chter',%0A
+ url='https://github.com/bendichter/brokenaxes',%0A
auth
|
3549a9fd97876fcc1082a5aedad655c6f3e6bf8b | switch development status to "Beta" | setup.py | setup.py | # N.B. to push a new version to PyPi, update the version number
# in rfhub/version.py and then run 'python setup.py sdist upload'
from setuptools import setup
execfile('rfhub/version.py')
setup(
name = 'robotframework-hub',
version = __version__,
author = 'Bryan Oakley',
... | Python | 0 | @@ -828,16 +828,15 @@
::
-3 - Alph
+4 - Bet
a%22,%0A
|
65c83540e34fc23af8e07a0cb7555d60534726af | Change order of extra requirements. | setup.py | setup.py | #! /usr/bin/env python
# -*- coding: utf-8 -*-
# OpenFisca -- A versatile microsimulation software
# By: OpenFisca Team <contact@openfisca.fr>
#
# Copyright (C) 2011, 2012, 2013, 2014 OpenFisca Team
# https://github.com/openfisca
#
# This file is part of OpenFisca.
#
# OpenFisca is free software; you can redistribute... | Python | 0 | @@ -2047,16 +2047,27 @@
Biryani1
+ %3E= 0.9dev
%5Bdatetim
@@ -2072,26 +2072,16 @@
imeconv%5D
- %3E= 0.9dev
',%0A
|
1a6418686fbf9d8ac87fc5d65fddba4d8c644e5c | update 0.4.10 | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
from setuptools import find_packages
from Cython.Distutils import build_ext
from distutils.extension import Extension
import numpy as np
description = """
Collection of Deep Learning Computer Vision Algorithms implemented in Chainer
"""
ext_modules = [
Ext... | Python | 0 | @@ -578,9 +578,10 @@
0.4.
-9
+10
',%0A
|
bd4259d335a0dd68d41e4a4a22ee6a12761a67c0 | add number | setup.py | setup.py | # ระบบติดตั้ง
from distutils.core import setup
setup(name='pythai-nlp',
version='0.1',
#description='Python Distribution Utilities',
author='Wannaphong',
author_email='wannaphong@yahoo.com',
#url='https://www.python.org/sigs/distutils-sig/',
packages=['romanization'],
license=... | Python | 0.999596 | @@ -296,16 +296,25 @@
ization'
+,'number'
%5D,%0A
|
f8b5f939296414fc02baec948c4203755f6345b6 | Fix url | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name='zeit.content.link',
version='2.0.0.dev0',
author='gocept',
author_email='mail@gocept.com',
url='https://svn.gocept.com/repos/gocept-int/zeit.cms',
description="ZEIT Link",
packages=find_packages('src'),
package_dir={'': 'src'},
... | Python | 0.999531 | @@ -179,48 +179,46 @@
s://
-svn.gocept.com/repos
+bitbucket.org
/gocept
--int
/zeit.c
-ms
+ontent.link
',%0A
|
f7290953dc1295f7918949b06f03b638b691eac2 | bump required sendgrid version | setup.py | setup.py | from setuptools import setup, find_packages
__version__ = None
with open('sgbackend/version.py') as f:
exec(f.read())
setup(
name='sendgrid-django',
version=str(__version__),
author='Yamil Asusta',
author_email='yamil@sendgrid.com',
url='https://github.com/elbuo8/sendgrid-django',
packages... | Python | 0 | @@ -484,13 +484,13 @@
id==
-0.5.1
+1.3.0
%22%5D,%0A
|
4a8b7b5d30e7dbe8713f63e3c0365257a9c61728 | Version bump. | setup.py | setup.py | #!/usr/bin/env python
import os
from setuptools import setup, find_packages
class Setup(object):
@staticmethod
def read(fname, fail_silently=False):
"""
Utility function to read the content of the given file.
"""
try:
return open(os.path.join(os.path.dirname(__file... | Python | 0 | @@ -1388,17 +1388,17 @@
sion='0.
-1
+2
',%0A
|
bf9ce43ed2c284438447323eb25a91c2188da420 | Fix version | setup.py | setup.py | # Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
# this file except in compliance with the License. A copy of the License is located at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# or in the "lic... | Python | 0 | @@ -685,13 +685,13 @@
on='
-3.
4.1
+.0
',%0D%0A
@@ -713,16 +713,17 @@
='Python
+3
SDK and
|
405559f90d4fc3343a18ad5bfc0729f5026dc758 | Bump token auth package again for test fixes | setup.py | setup.py | #!/usr/bin/env python
import os
import sys
import bluebottle
from setuptools import setup, find_packages
def read_file(name):
return open(os.path.join(os.path.dirname(__file__), name)).read()
readme = read_file('README.rst')
changes = ''
dependency_links = [
'git+https://github.com/onepercentclub/django-ta... | Python | 0 | @@ -859,17 +859,17 @@
git@0.2.
-4
+5
#egg=dja
@@ -883,25 +883,25 @@
en-auth-0.2.
-4
+5
'%0A%5D%0A%0Ainstall
@@ -2788,17 +2788,17 @@
th==0.2.
-4
+5
'%0A%5D%0A%0Ates
|
b64dc0e2fc9f266b7e5af2151b6e8d217cfa81d1 | Upgrading cryptography from 1.0.2 to 1.3.1 | setup.py | setup.py | # Copyright 2014 Netflix, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law... | Python | 0.999828 | @@ -1504,19 +1504,19 @@
aphy==1.
-0.2
+3.1
',%0A
|
a307bb6d7b7867efd1725385b24fe09c2f5011b4 | Revert "Force rlp=0.3.9 to attempt fix build" | setup.py | setup.py | import sys
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand
class PyTest(TestCommand):
user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")]
def initialize_options(self):
TestCommand.initialize_options(self)
self.pytest_args ... | Python | 0 | @@ -936,17 +936,17 @@
p': 'rlp
-=
+%3E
=0.3.9',
|
e9595846d98a148c16250f94ab82ff2f81bc3644 | update package version. | setup.py | setup.py | from distutils.core import setup
from distutils.extension import Extension
from Cython.Distutils import build_ext
classifiers = """
Development Status :: 1 - Beta
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 2
Topic :: Software Development :: Libraries
Topic :: D... | Python | 0 | @@ -438,17 +438,17 @@
on='0.0.
-2
+3
',%0A l
|
444e88d840421336c0e253986d24d0f5ba758af4 | Bump version to 0.12.6 | setup.py | setup.py | #!/usr/bin/env python
# encoding: utf-8
"""
.. codeauthor:: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
"""
import os.path
import sys
import setuptools
REQUIREMENT_DIR = "requirements"
needs_pytest = set(["pytest", "test", "ptr"]).intersection(sys.argv)
pytest_runner = ["pytest-runner"] if needs_pytest else [... | Python | 0 | @@ -976,17 +976,17 @@
n=%220.12.
-5
+6
%22,%0A u
|
11c30bfa18270bdced8c3861e6fec874e52db550 | Update setup.py (still in progress) | setup.py | setup.py | #!/usr/bin/env python
#
# Copyright (C) 2010 Linaro Limited
#
# Author: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
#
# This file is part of Launch Control.
#
# Launch Control is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# as publishe... | Python | 0 | @@ -854,28 +854,28 @@
me = 'la
-unch-control
+va-dashboard
',%0A v
@@ -1095,16 +1095,27 @@
tion = %22
+Validation
Dashboar
@@ -1124,25 +1124,19 @@
for
-linaro LAVA stack
+LAVA Server
%22,%0A
@@ -1169,134 +1169,61 @@
-Launch control is a collection of tools for distribution wide QA%0A management. It... |
8822be1ded3e558ba840a4dec74a43f63a9edad4 | Test content type | setup.py | setup.py | #!/usr/bin/env python
import os
import sys
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
__version__ = '0.11.10'
packages = [
'lassie',
'lassie.filters',
'lassie.filters.oembed'
]
setup(
name='lassie',
version=__version__,
install_requires=op... | Python | 0.000001 | @@ -387,50 +387,8 @@
k',%0A
- author_email='me@michaelhelmick.com',%0A
@@ -677,24 +677,72 @@
t').read(),%0A
+ long_description_content_type=%22text/x-rst%22,%0A
include_
|
da22b1f76e2a2bc64c19632668d15ee048a6c0dd | update version number to 1.3.1 | setup.py | setup.py | #!/usr/bin/env python
import io
from os.path import exists
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
__version__ = "1.3.0"
setup(
name='django-tenants',
version=__version__,
author='Thomas Turner',
author_email='tom@twt.me.uk',
packages=[
... | Python | 0.000021 | @@ -169,17 +169,17 @@
= %221.3.
-0
+1
%22%0A%0Asetup
|
304f9a5cb70fdb7147a540d09cb4eefc095b99af | version 0.6.11 | setup.py | setup.py | from setuptools import setup, find_packages
from os import path
from io import open
here = path.abspath(path.dirname(__file__))
with open(path.join(here, "README.md"), encoding="utf-8") as f:
long_description = f.read()
requires = [
"gevent>=1.3.7",
"ws4py>=0.5.1",
"marshmallow>=2.16.1",
"python-d... | Python | 0.000002 | @@ -534,17 +534,17 @@
n=%220.6.1
-0
+1
%22,%0A d
|
134884ca5beb5768ba9778a88133f330250f4f94 | Add pytest coverage analyser | setup.py | setup.py | import os
from setuptools import setup, find_packages
# Nice hack to retrieve docstring and version without importing the module
__version__ = None
__doc__ = ''
read_doc = 0 # Not started, in progress, done
init_file = os.path.join(os.path.dirname(__file__), 'phasm', '__init__.py')
for line in open(init_file).readli... | Python | 0 | @@ -1177,12 +1177,26 @@
'pytest'
+, 'pytest-cov'
%5D%0A)%0A
|
2b9cde653c07a9cf81f358c0122fd58a4e1ee166 | Bump to version 3.0.1 for PyPi release | setup.py | setup.py | import os
import sys
import subprocess
import shutil
from distutils.sysconfig import get_python_lib
from setuptools import setup
VERSION = "3.0.0"
SKELETON_FOLDERS = ['pages', 'plugins', 'static/css', 'static/images', 'static/js', 'templates', 'locale']
SKELETON_GLOB = ['skeleton/{0}/*'.format(folder) for folder in ... | Python | 0 | @@ -140,17 +140,17 @@
= %223.0.
-0
+1
%22%0ASKELET
@@ -3424,109 +3424,8 @@
s',%0A
- download_url='https://github.com/koenbok/Cactus/tarball/v%25s#egg=Cactus-%25s' %25 (VERSION, VERSION),%0A
|
703ece22035fa92f71c14498283dc6211654f6c3 | Bump version | setup.py | setup.py | from setuptools import setup
setup(name='geo-tools',
version='0.1',
description='Collection of geo tools',
author='Jan Erik Solem',
url='https://github.com/jesolem/geo-tools',
packages=['gh_geojson', 'geo_exif', 'geocoding'],
classifiers=[
'Development Status :: 4 - Beta',... | Python | 0 | @@ -65,16 +65,17 @@
ion='0.1
+1
',%0A
|
0e8a9e3dbe786e4760f1701f2fb9087b6971084b | version bump for 0.3 | setup.py | setup.py | from setuptools import setup
setup(name = 'simulacrum',
version = '0.2.3',
description = 'Create Pandas DataFrames of simulated data with columns following statistical distributions or categorical datatypes',
url = 'https://github.com/jbrambleDC/simulacrum',
download_url = 'https://github.com/j... | Python | 0 | @@ -69,18 +69,16 @@
on = '0.
-2.
3',%0A
@@ -346,10 +346,8 @@
l/0.
-2.
3',%0A
|
c04e740db80792076c5a7299da8e552dfa3603bf | Include Package Data was missing. | setup.py | setup.py | import os
from setuptools import setup, find_packages
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name = 'django-helpline-faq',
version = '1.1',
description = 'A simple FAQ application for Django sites.',
long_description = read('README.rst'),
lic... | Python | 0 | @@ -497,16 +497,47 @@
ple'%5D),%0A
+ include_package_data=True,%0A
zip_
|
36ba7e4df64981ff50bf77d0d227a74e15620ec4 | Update to 0.0.19 | setup.py | setup.py | from setuptools import find_packages, setup
setup(
name='django-representatives',
version='0.0.18',
description='Base app for government representative',
author='Laurent Peuch, Olivier Le Thanh Duong, Yohan Boniface, Arnaud Fabre, James Pic, Nicolas Joyard',
author_email='webmaster@memopol.org',
... | Python | 0.000001 | @@ -102,9 +102,9 @@
.0.1
-8
+9
',%0A
|
fbdae9649131545d0150ab050f04b0766679c9ba | Bump version | setup.py | setup.py | ########
# Copyright (c) 2013 GigaSpaces Technologies Ltd. All rights reserved
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless... | Python | 0 | @@ -727,11 +727,11 @@
'4.0
-a15
+rc1
',%0A
|
759957d7002e5ca2461b74575b0fb40811021a08 | Update license classifier | setup.py | setup.py | from setuptools import setup, Extension
setup(
name='Levenshtein_search',
url='https://github.com/mattandahalfew/Levenshtein_search',
version='1.4.5',
author='Matt Anderson',
author_email='manderson3606@gmail.com',
description='Search through documents for approximately matching strings',
packages=[],
ext_modules=[Ext... | Python | 0.000001 | @@ -590,16 +590,32 @@
cense ::
+ OSI Approved ::
GNU Gen
@@ -636,13 +636,20 @@
cense v3
+ (GPLv3)
'
-,
%5D)%0A
|
e70d8e7a2e8c44629010f8059a31fcaad02ed3da | bump version for release | setup.py | setup.py | import os
from setuptools import setup, Extension, find_packages
import pkg_resources # make sure FastImage is importable
import motmot.FastImage.FastImage as FastImage
major,minor,build = FastImage.get_IPP_version()
import motmot.FastImage.util as FastImage_util
# build with same IPP as FastImage
vals = FastImage_ut... | Python | 0 | @@ -2300,9 +2300,9 @@
0.5.
-6
+7
.ipp
|
d258b8c18de7b51b613a1464ecb3aec8b22ffabe | bump version to 3.4.2 | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# Thanks to Kenneth Reitz, I stole the template for this
import os
import sys
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
PYTHON3 = sys.version_info[0] > 2
required = ['requests>=2.5', 'websocket-client==0.32.0', 'beaut... | Python | 0.000001 | @@ -577,17 +577,17 @@
on='3.4.
-1
+2
',%0A d
|
b554a75c14043dffe06a48ddeb019253ba745486 | update setup.py | setup.py | setup.py | # coding=utf-8
import os
import re
from setuptools import setup, find_packages
def read(*fname):
with open(os.path.join(os.path.dirname(__file__), *fname)) as f:
return f.read()
def get_version():
for line in read('kuyruk', '__init__.py').splitlines():
m = re.match(r"__version__\s*=\s'(.*)'"... | Python | 0.000001 | @@ -599,16 +599,17 @@
rl='http
+s
://githu
@@ -758,17 +758,17 @@
a%3E=0.9.1
-2
+4
',%0A
@@ -1143,16 +1143,29 @@
::
-4 - Beta
+5 - Production/Stable
',%0A
|
dc7d94edb2c3cf735a7a4716b2dbc5c4c877ade4 | fix setup.py syntax error | setup.py | setup.py | import os
from setuptools import setup
VERSION_FILE = os.path.join(os.path.abspath(os.path.dirname(__file__)),
'coveralls', 'version.py')
DESCRIPTION = open('README.rst').read()
VERSION = None
with open(VERSION_FILE, 'r') as f:
VERSION = f.read().split()[2][1:-1]
setup(
name='... | Python | 0.000037 | @@ -585,16 +585,17 @@
LOG.md')
+,
%0A
|
906c135c3001f5838af0cc39497bfdecb30f32f5 | remove upper bound on django requirement so this may be installed with newer pythons | setup.py | setup.py | from setuptools import find_packages
from setuptools import setup
def load_version():
"""Open and parse out the version number from the _version.py module.
Inspired by http://stackoverflow.com/a/7071358
"""
import re
version_file = "baya/_version.py"
version_line = open(version_file).read().r... | Python | 0 | @@ -1531,13 +1531,8 @@
1.11
-,%3C2.2
',%0A
|
ffdd60ab838e299962991c2bebb3e09ae34ec657 | Update version | setup.py | setup.py | from setuptools import setup
setup(name='includer',
version='1.0.0',
description='Include and run callables',
classifiers=[
"License :: OSI Approved :: BSD License",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Development Status :: 5 -... | Python | 0 | @@ -66,17 +66,17 @@
on='1.0.
-0
+1
',%0A
|
5b4bdebe7a894e2cb6e37728bfda2b3661a32461 | clarify license as MIT | setup.py | setup.py | #!/usr/bin/env python
import os
import sys
sys.path.insert(0, "src/")
from cbisight.bridge import __version__
from distutils.core import setup
def get_data_files(rootdir):
# automatically build list of (dir, [file1, file2, ...],)
# for all files under src/root/ (or provided rootdir)
results = []
fo... | Python | 0.000045 | @@ -722,19 +722,19 @@
icense='
-BSD
+MIT
',%0A a
@@ -1262,11 +1262,11 @@
::
-BSD
+MIT
',%0A
|
47dd521b53444f891bda0589bf8614f81a4d72f4 | Bump Version to 2.0.53-dev | setup.py | setup.py | #!/usr/bin/env python
try:
from setuptools import setup, find_packages
except ImportError:
from distutils.core import setup
import os
import sys
# Add /usr/local/include to the path for macs, fixes easy_install for several packages (like gevent and pyyaml)
if sys.platform == 'darwin':
os.environ['C_INCLU... | Python | 0 | @@ -363,17 +363,21 @@
= '2.0.5
-2
+3-dev
'%0A%0Asetup
|
35466fa98b9eb90797c3fbc233512225d3dd9b29 | remove install_requires | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name='django-ezutils',
version=__import__('django_ezutils').__version__,
description='Django easy to use utility.',
long_description=open('README.rst').read(),
author='bmcool',
author_email='bloggerbm@gmail.com',
url='https://github.com/bmc... | Python | 0.000002 | @@ -531,37 +531,8 @@
-'django-facebook-api%3E=0.1.4',
%0A
|
7a744d4a8d864a5fc148b220dfbd5418bd0f303b | Bump version for API changes | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
setup(name='ftw',
version='1.1.0',
description='Framework for Testing WAFs',
author='Chaim Sanders, Zack Allen',
author_email='zma4580@gmail.com, chaim.sanders@gmail.com',
url='https://www.github.com/fastly/ftw',
download_url='http... | Python | 0 | @@ -81,17 +81,17 @@
sion='1.
-1
+2
.0',%0A
@@ -349,17 +349,17 @@
rball/1.
-1
+2
.0',%0A
|
50326ab92d995a10ca7413dff4e642654e839691 | Bump hotfix version | setup.py | setup.py | import os
from setuptools import setup, find_packages
def read(fname):
""" Return content of specified file """
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name='bottle-streamline',
description='Python module writing class-based route handlers in bottle.',
k... | Python | 0 | @@ -364,17 +364,17 @@
1.0.post
-1
+2
',%0A a
|
ef85a5786a44ccbf10bc8cdd37418d417005dd66 | Bumping version. to 0.4.0 | setup.py | setup.py | from setuptools import setup, find_packages
with open('requirements.txt') as f:
required = f.read().splitlines()
setup(
name='pyicloud',
version='0.3.0',
url='https://github.com/picklepete/pyicloud',
description=(
'PyiCloud is a module which allows pythonistas to '
'interact with... | Python | 0.999999 | @@ -157,17 +157,17 @@
sion='0.
-3
+4
.0',%0A
|
88f9a119166bc28bd2d2a69beef441f37a8b391a | handle breaking for orphan test cases [skip ci] | custom/enikshay/management/commands/data_dumps_other_tests.py | custom/enikshay/management/commands/data_dumps_other_tests.py | from __future__ import absolute_import
from __future__ import print_function
from corehq.apps.es import (
case_search,
queries,
)
from corehq.apps.users.models import CommCareUser
from corehq.form_processor.interfaces.dbaccessors import CaseAccessors
from custom.enikshay.case_utils import (
CASE_TYPE_TEST... | Python | 0 | @@ -448,24 +448,84 @@
_PRIVATE,%0A)%0A
+from custom.enikshay.exceptions import ENikshayCaseNotFound%0A
from custom.
@@ -5256,32 +5256,53 @@
n self.context:%0A
+ try:%0A
self
@@ -5375,32 +5375,128 @@
t_case.case_id)%0A
+ except ENikshayCaseNotFound as e:%0A self.... |
cee57c54d9c02c4c0af4be9c9b5c8d2afb631c5e | Set install_requires file requirements.txt | setup.py | setup.py | #!/usr/bin/env python
# -*- coding:utf-8 -*-
from setuptools import setup, find_packages
import opps
install_requires = ["django",
"south>=0.7",
"Pillow==1.7.8",
"thumbor",
'libthumbor',
"django-googl==0.1.1",
... | Python | 0.000001 | @@ -101,465 +101,81 @@
ps%0A%0A
-%0Ainstall_requires = %5B%22django%22,%0A %22south%3E=0.7%22,%0A %22Pillow==1.7.8%22,%0A %22thumbor%22,%0A 'libthumbor',%0A %22django-googl==0.1.1%22,%0A %22django-taggit%2... |
67a0f6c0aa8015f5dea7dcc8c7bc6cae809016f5 | Add upper limit of pandas | setup.py | setup.py | import os
from setuptools import setup
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(name='windpowerlib',
version='0.1.2dev',
description='Creating time series of wind power plants.',
url='http://github.com/wind-python/windpowerlib',
author='oe... | Python | 0.999863 | @@ -625,16 +625,26 @@
= 0.19.1
+, %3C 0.25.0
',%0A
|
d9ba1a23ff3305bb17d50f9066a294bbbb77e297 | add find_packages in setup.py | setup.py | setup.py | #!/usr/bin/env python
from os.path import join
from setuptools import setup, find_packages
NAME = 'pycarwings2'
PACKAGE = NAME.replace('-', '_')
def get_version():
with open(join(PACKAGE, '__init__.py')) as fileobj:
for line in fileobj:
if line.startswith('__version__ ='):
... | Python | 0.000001 | @@ -760,11 +760,42 @@
ata=True
+,%0A packages=find_packages(),
%0A)%0A
|
9f0d5ea213b8c34926e6c3e0d8e75f89c2181fab | remove useless dependency for Debian distribution packaging | setup.py | setup.py | # -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c) 2011, Martín Raúl Villalba
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the So... | Python | 0 | @@ -2441,30 +2441,8 @@
s=%5B%0A
- 'distribute',%0A
|
6323c12fadf57fb9cef7870285285cfda7caaafd | Work on jenkins job generation | setup.py | setup.py | # Copyright 2016-2017 Nitor Creations Oy
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | Python | 0 | @@ -713,25 +713,25 @@
ersion='0.10
-7
+8
',%0A des
@@ -937,17 +937,17 @@
all/0.10
-7
+8
',%0A
|
13cb309cdb71d24cc9dae958ab0a4c6e11adf504 | change license in the classifiers meta | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import sys
import easypost
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
version = easypost.__version__
readme = open('README.md').read()
setup(
name='django-easypost',
version=version,
description... | Python | 0 | @@ -899,11 +899,11 @@
::
-BSD
+MIT
Lic
|
197230f27221aa6e526f3aac09c2ec1bd177c808 | add redbot.subrequest to setup.py | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
setup(name='redbot',
version='1.0',
description='Resource Expert Droid',
author='Mark Nottingham',
author_email='mnot@mnot.net',
url='http://redbot.org/project/',
packages=['redbot', 'redbot.formatter'],
package_dir={'red... | Python | 0 | @@ -287,16 +287,37 @@
rmatter'
+, 'redbot.subrequest'
%5D,%0A
|
cd3fca7a82eb622b684eb0c7c0ea916f39d9b557 | revert preventing normalization (#49) | setup.py | setup.py | # -*- coding: utf-8 -*-
# Copyright (C) 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable ... | Python | 0.000001 | @@ -658,613 +658,8 @@
re%0A%0A
-# Disable version normalization performed by setuptools.setup()%0Atry:%0A # Try the approach of using sic(), added in setuptools 46.1.0%0A from setuptools import sic%0Aexcept ImportError:%0A # Try the approach of replacing packaging.version.Version%0A sic = lambda v: v%0A ... |
23e5c501db63e842a41091349d079e7434bbffbf | version 1.11.1 | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (c) 2013 Spotify AB
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless requi... | Python | 0.000001 | @@ -1570,11 +1570,11 @@
'1.1
-0.0
+1.1
',%0A
|
62ade22b488bd256086c1a1e682cbb4ae9dd9230 | Add missing PyYAML dependency | setup.py | setup.py | # !/usr/bin/env python
from itertools import chain
from setuptools import setup
extras_require = {
'markdown': [
'Markdown>=2.6,<3'
],
'pipeline': [
'django-pipeline>=1.6,<1.7',
'libsass>=0.11,<0.13',
'csscompressor>=0.9,<1.0',
],
'raven': [
'raven>=6.0,<6.... | Python | 0.000006 | @@ -369,16 +369,68 @@
%0A %5D,%0A
+ 'frontmatter': %5B%0A 'PyYAML%3E=3,%3C4',%0A %5D,%0A
%7D%0A%0Aextra
|
f4b4ea456dbc0196de86afb730139327e0bd2250 | Update setup file | setup.py | setup.py | from setuptools import setup, find_packages
import hypermedia_resource
setup(name='HypermediaResource',
version=hypermedia_resource.__version__,
description='Generic interface for hypermedia messages',
author='Stephen Mizell',
author_email='smizell@gmail.com',
url='https://github.com/the-hypermedia... | Python | 0 | @@ -81,9 +81,9 @@
me='
-H
+h
yper
@@ -91,9 +91,10 @@
edia
-R
+_r
esou
|
bd1c1b6d95e61d006ddbf3e4827213df8508144c | version bump for new release | setup.py | setup.py | #!/usr/bin/env python
try:
from setuptools import setup, find_packages
except ImportError:
from distutils.core import setup, find_packages
version = '0.0.10'
setup(name='django-directupload',
version=version,
description='A Django application that offers direct uploading of files from your forms ... | Python | 0 | @@ -158,17 +158,17 @@
= '0.0.1
-0
+1
'%0A%0Asetup
|
481fdf6aed9fba6189178aea313ccf523b0f93fa | Fix setup.py | setup.py | setup.py | from distutils.core import setup
setup(
name='PyDashie',
version='0.1dev',
packages=['pydashie',],
license='MIT',
long_description=open('README.txt').read(),
)
| Python | 0 | @@ -162,10 +162,10 @@
DME.
-tx
+rs
t').
|
262c8b7a9e1f69a4ec152c059d94a1db80d49c17 | Add pandas dependency | setup.py | setup.py | from setuptools import setup
# to publish use:
# > python setup.py sdist upload
# which depends on ~/.pypirc
setup(name='shap',
version='0.8.0',
description='Explains the output of any machine learning model using expectations and Shapley values.',
url='http://github.com/slundberg/shap',
autho... | Python | 0.000001 | @@ -503,16 +503,26 @@
plotlib'
+, 'pandas'
%5D,%0A
|
b7445b6a45e5dcda32f2df543f6390d902de798e | add missing requirement | setup.py | setup.py | from setuptools import setup
from sys import version_info
from pypuppetdb_daily_report import VERSION
pyver_requires = ['pypuppetdb>=0.1.0, <=1.0.0',
'anyjson>=0.3.0, <=1.0.0',
'Jinja2>=2.7.0, <=2.8.0',
'pytz',
'tzlocal>=1.1., <=2.0.0'
... | Python | 0.000782 | @@ -301,16 +301,58 @@
%3C=2.0.0'
+,%0A 'ago%3E=0.0.6, %3C=0.1.0',
%0A
|
763ea82ad8f06ecdf31e3abf45d02c7124ba7411 | Exclude tests module on install. | setup.py | setup.py | #!/usr/bin/env python
# Copyright (c) 2006-2021 Andrey Golovizin
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, cop... | Python | 0 | @@ -3419,16 +3419,28 @@
ude=
-%5B'docs'%5D
+('tests', 'tests.*')
),%0A
|
16bb53ae7137b71153bad7076524ee5763193b32 | Version v0.8.1 | setup.py | setup.py | from distutils.core import setup
from setuptools import find_packages
from glob import glob
data = dict()
app = 'trivup'
data[app] = list()
# Find Apps data
for d in glob('trivup/apps/*App'):
data[app] += [x[x.find('apps/'):] for x in glob('%s/*' % d)
if x[-1:] != '~']
setup(name='trivup',
... | Python | 0.000001 | @@ -326,16 +326,18 @@
ion='0.8
+.1
',%0A
|
5cc443939dcc028318dae3bc47e86ea0067d715f | add Python 3.7 and 3.8 PyPI classifiers | setup.py | setup.py | #!/usr/bin/env python
import djangoql
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
packages = ['djangoql']
requires = ['ply>=3.8']
setup(
name='djangoql',
version=djangoql.__version__,
description='DjangoQL: Advanced search language for Django',
lon... | Python | 0.006879 | @@ -991,16 +991,114 @@
: 3.6',%0A
+ 'Programming Language :: Python :: 3.7',%0A 'Programming Language :: Python :: 3.8',%0A
%5D,%0A)
|
c210fcad13ed61c0271154e41e3d8f20e19092e1 | Add publish command to setup.py | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(
name='django-haystack-panel',
version='0.2.0',
description='A Django Debug Toolbar panel for Haystack',
long_description=open('README.rst').read(),
author='Chris Streeter',
author_email='chris@chrisstreeter.com',
url... | Python | 0.000001 | @@ -16,16 +16,38 @@
python%0A%0A
+import os%0Aimport sys%0A%0A
from set
@@ -84,16 +84,130 @@
kages%0A%0A%0A
+if sys.argv%5B-1%5D == 'publish':%0A os.system('python setup.py register sdist bdist_wheel upload')%0A sys.exit()%0A%0A%0A
setup(%0A
|
199c421742c054129bc07ecfdf8b255482c4ad28 | Update dependencies and bump patch version | setup.py | setup.py | from setuptools import setup, find_packages
import sys, os
version = '0.1.0'
description = "CKAN extension for creating/distributing budget data packages"
with open('README.rst') as readme:
long_description = readme.read()
setup(
name='ckanext-budgets',
version=version,
description=description,
l... | Python | 0 | @@ -68,17 +68,17 @@
= '0.1.
-0
+1
'%0A%0Adescr
@@ -1132,16 +1132,44 @@
eutil',%0A
+ 'budgetdatapackage'%0A
%5D,%0A
|
be1d1635ceab86ba8b47c93767dcdb9698b5dcce | Update setup.py | setup.py | setup.py | # -*- coding: utf-8 -*-
from setuptools import setup, find_packages
with open('README.md') as f:
readme = f.read()
with open('LICENSE') as f:
license = f.read()
setup(
name='esri-dump',
version='0.1.0',
description='Dump geodata from ESRI endpoints to GeoJSON',
long_description=readme,
... | Python | 0.000001 | @@ -188,17 +188,16 @@
me='esri
--
dump',%0A
@@ -501,16 +501,88 @@
ocs')),%0A
+ install_requires=%5B%0A 'requests',%0A 'simplejson',%0A %5D,%0A
entr
|
3c9dbc27a7e6b6f804398723f8e4e05d28a92654 | use completion widget 0.3.1 | setup.py | setup.py | #!/usr/bin/env python
from subprocess import check_call
from setuptools import setup
from setuptools.command.develop import develop
from setuptools.command.install import install
import djangoql
def download_completion_widget():
src_base = 'https://github.com/ivelum/djangoql-completion/raw/0.3.0/dist/'
tar... | Python | 0.000007 | @@ -297,17 +297,17 @@
raw/0.3.
-0
+1
/dist/'%0A
|
3c8004d5b5cb0b5e9d7dac1559da2fe7c32aecd2 | Fix test requirements | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
from specchio import __version__
from setuptools import find_packages, setup
setup(
name="Specchio",
version=__version__,
url="https://github.com/brickgao/specchio",
license="MIT",
description="Specchio is a tool that can help you rsync your file,"
... | Python | 0.000006 | @@ -50,42 +50,8 @@
om s
-pecchio import __version__%0A%0Afrom s
etup
@@ -83,16 +83,142 @@
s, setup
+%0Afrom specchio import __version__%0A%0Atests_requirements = %5B%0A %22mock %3E= 1.0.1, %3C 2.0.0%22,%0A %22testfixtures %3E= 4.1.2, %3C 5.0.0%22%0A%5D
%0A%0Asetup(
@@ -762,29 +762,26 @@
1.0.0%22%0A %5D
-,... |
56eee0e5affea7eaf15564b82db9974d51569470 | Update peewee version requirement. | setup.py | setup.py | import sys
from setuptools import setup, find_packages
requirements = ['Flask', 'werkzeug', 'jinja2', 'peewee>=2.7.3', 'wtforms', 'wtf-peewee']
if sys.version_info[:2] < (2, 6):
requirements.append('simplejson')
setup(
name='flask-peewee',
version='3.0.0',
url='http://github.com/coleifer/flask-peewee/... | Python | 0 | @@ -109,13 +109,13 @@
ee%3E=
-2.7.3
+3.0.0
', '
|
e978885605cb45d04950ed016063b48e17eda892 | support the upcoming pytest 3.0 | setup.py | setup.py | from setuptools import setup
setup(
name='pytest-testmon',
description='take TDD to a new level with py.test and testmon',
long_description=''.join(open('README.rst').readlines()),
version='0.8.2',
license='MIT',
platforms=['linux', 'osx', 'win32'],
packages=['testmon'],
url='https://gi... | Python | 0 | @@ -591,16 +591,18 @@
2.7.0,%3C3
+.1
', 'cove
|
e4b26037cf6e8f941ffe259f1b6f2f9ef6473af5 | Fix setup.py to not require pypandoc | setup.py | setup.py | from distutils.core import setup
from os import environ
from pip.req import parse_requirements
install_req = parse_requirements('requirements/core.txt', session='skip')
req = [str(ir.req) for ir in install_req]
def read_md(filename):
try:
from pypandoc import convert_file
return convert_file(file... | Python | 0.000001 | @@ -30,31 +30,8 @@
tup%0A
-from os import environ%0A
from
@@ -350,109 +350,36 @@
-if environ.get('CI', False):%0A return open(filename).read()%0A else:%0A raise
+return open(filename).read()
%0A%0A%0As
|
167928c355ce4ba90fe619796deab1807f993e94 | bump version: 0.6.8 | setup.py | setup.py | from setuptools import setup, Extension
try:
from numpy import get_include
except ImportError:
raise RuntimeError(
"NumPy is required to build the C extension in FlowUtils")
logicle_extension = Extension(
'flowutils.logicle_c',
sources=[
'flowutils/logicle_c_ext/_logicle.c',
'f... | Python | 0.000001 | @@ -500,17 +500,17 @@
on='0.6.
-7
+8
',%0A p
|
e293bf67854112173542a05afefb67f23a8abcd8 | add missing file types | setup.py | setup.py | #!/usr/bin/env python
'''Setup file to create an Expedient package.
Created on Aug 23, 2010
@author: jnaous
'''
import sys, glob, os
sys.path.append("src/python")
from setuptools import setup, find_packages
from setuptools.command.test import test
def get_files(path, *extensions):
"""Recursively get all files""... | Python | 0.000002 | @@ -1166,16 +1166,32 @@
%22.conf%22
+, %22.txt%22, %22.xml%22
%5D%0A%0A%0Adef
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.