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
8199edb90c9de9a70c1c4acb69b0e51a3b470a33
Update __init__.py
pokepy/__init__.py
pokepy/__init__.py
#!/usr/bin/env python # coding: utf-8 """ Pokepy A Python wrapper for PokeAPI (https://pokeapi.co) Usage: >>> import pokepy >>> clientV2 = pokepy.V2Client() >>> clientV2.get_pokemon('bulbasaur')[0] <Pokemon - Bulbasaur> """ __author__ = 'Paul Hallett' __email__ = 'hello@phalt.co' __credits__ = ["Paul Hallett", "Owe...
Python
0.000072
@@ -357,9 +357,11 @@ '0. -4 +5.0 '%0A__
cc70b8b3b263428c9a0cdffe50077ca1828cb82d
Remove Gunicorn from requirements
setup.py
setup.py
from setuptools import setup, find_packages setup( name="familyconnect-registration", version="0.1", url='http://github.com/praekelt/familyconnect-registration', license='BSD', author='Praekelt Foundation', author_email='dev@praekeltfoundation.org', packages=find_packages(), include_pac...
Python
0
@@ -506,36 +506,8 @@ 0',%0A - 'gunicorn==19.4.5',%0A
03a87b9dc6706949f55c635e13ee781ce70092c3
Version 0.6.13
setup.py
setup.py
""" To build distribution: python setup.py sdist bdist_wheel --universal """ import os import setuptools import openapiart import requests import shutil pkg_name = "snappi" go_pkg_name = "gosnappi" version = "0.6.12" models_version = "0.6.7" # read long description from readme.md base_dir = os.path.abspath(os.path.di...
Python
0.000002
@@ -208,17 +208,17 @@ = %220.6.1 -2 +3 %22%0Amodels @@ -233,17 +233,17 @@ = %220.6. -7 +8 %22%0A%0A# rea
4199895bacb97cd36257f710266343563cbed1f3
bump version to v0.3
setup.py
setup.py
from setuptools import setup setup( name='freezefrog', version='0.2', url='http://github.com/closeio/freezefrog', license='MIT', author='Thomas Steinacher', author_email='engineering@close.io', maintainer='Thomas Steinacher', maintainer_email='engineering@close.io', description='Eff...
Python
0
@@ -68,17 +68,17 @@ sion='0. -2 +3 ',%0A u
39205471e6697ec436c4d374248553ecb5411f98
bump version
setup.py
setup.py
from setuptools import setup setup( name = 'tensorflowonspark', packages = ['tensorflowonspark'], version = '1.0.4', description = 'Deep learning with TensorFlow on Apache Spark clusters', author = 'Yahoo, Inc.', url = 'https://github.com/yahoo/TensorFlowOnSpark', keywords = ['tensorflowonspark', 'tensor...
Python
0
@@ -113,17 +113,17 @@ = '1.0. -4 +5 ',%0A des
a65f3dfbd94cd40ec28f14b03136e51bf11bbf68
version 0.1.0
setup.py
setup.py
""" Brie - Bayesian regression for isoform estimate See: http://brie.sourceforge.net """ # Always prefer setuptools over distutils from setuptools import setup, find_packages # To use a consistent encoding from codecs import open from os import path import brie here = path.abspath(path.dirname(__file__)) # Get the l...
Python
0.000003
@@ -909,32 +909,36 @@ url='http://brie +-rna .sourceforge.net
4ee1a6af64bf59bbd5c30fe01966a9ea1e8666d0
version bump
setup.py
setup.py
import os from setuptools import setup def read(*paths): """Build a file path from *paths* and return the contents.""" with open(os.path.join(*paths), 'r') as f: return f.read() setup( name='hackernews-python', version='0.1.0', description='A Python wrapper for the official Hacker News AP...
Python
0.000001
@@ -244,17 +244,17 @@ on='0.1. -0 +1 ',%0A d
387060e7cf342972eb5745b468624ae5c4fc1ccb
Bump version to 0.11.3
setup.py
setup.py
from setuptools import setup, find_packages __version__ = '0.11.2' setup( name="Flask-REST-JSONAPI", version=__version__, description='Flask extension to create REST web api according to JSONAPI 1.0 specification with Flask, Marshmallow \ and data provider of your choice (SQLAlchemy, Mo...
Python
0
@@ -59,17 +59,17 @@ = '0.11. -2 +3 '%0A%0A%0Asetu
0b990c28d2aad533d6f8605957669ad9e6cae786
Fix Issue #4
setup.py
setup.py
#!/usr/bin/python import glob import platform import sys import os import ez_setup ez_setup.use_setuptools() from setuptools import setup, Extension system, node, release, version, machine, processor = platform.uname() setup( name='falcon', version='0.02', maintainer='Russell Power', maintainer_email='russe...
Python
0
@@ -1621,16 +1621,47 @@ rgs= +(%5B%5D if system == 'Darwin' else %5B'-lrt'%5D ,%0A @@ -1656,16 +1656,17 @@ %5B'-lrt'%5D +) ,%0A )%0A
0069af436db7825f3b1fe4987eed1128350c0545
set dev status: beta
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup def parse_requirements(path): with open(path, 'r') as infile: return [l.strip() for l in infile.readlines()] setup( name = 'steamweb', version = '0.3', description = 'lib to access/use steam web pages (stuff not exposed via API)', long_de...
Python
0.000007
@@ -215,17 +215,17 @@ on = '0. -3 +4 ',%0A d @@ -692,16 +692,15 @@ :: -3 - Alph +4 - Bet a',%0A
fad69b39269684570fadce38660b9eb5050179fe
Debug setup.py for RTD
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup from pathlib import Path with open('README.rst', 'r') as f: long_description = f.read() meta = {} with open(Path(__file__).parent / 'aioinflux' / '__init__.py') as f: exec('\n'.join(l for l in f if l.startswith('__')), meta) setup(name='aioinflux', ve...
Python
0
@@ -167,27 +167,8 @@ ath( -__file__).parent / 'aio @@ -174,16 +174,17 @@ oinflux' +) / '__in
a04fbb25dea14cfded321e80738878ad668cac39
fix coding style issues
setup.py
setup.py
"""The netify deployment script.""" # Copyright 2015 Curtis Sand # # 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 appl...
Python
0.000001
@@ -634,16 +634,17 @@ setup%0A%0A +%0A def requ @@ -740,16 +740,17 @@ ines()%0A%0A +%0A def read @@ -831,16 +831,17 @@ read()%0A%0A +%0A setup(na @@ -1204,13 +1204,13 @@ ints - = %7B%0A +=%7B%0A @@ -2228,16 +2228,20 @@ orks'),%0A + %5D,
0f8fd08735b1194e0cb571fa1f2d31954eca34ce
update email address
setup.py
setup.py
import io 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() with io.open("README.rst") as readme_file: long_description = readme_file.read() ...
Python
0.000001
@@ -801,15 +801,19 @@ rish -@mapzen +.krsn@gmail .com
20f153c58b45f270f2f837e62e8ed626cdaac1c0
Bump requests requirement to 2.5.x
setup.py
setup.py
#!/usr/bin/env python """ Sentry ====== Sentry is a realtime event logging and aggregation platform. It specializes in monitoring errors and extracting all the information needed to do a proper post-mortem without any of the hassle of the standard user feedback loop. Sentry is a Server ------------------ The Sentry ...
Python
0
@@ -2876,16 +2876,16 @@ %3E=2. -4.3 +5.1 ,%3C2. -5 +6 .0',
28b16a355177ad0f52860d9598cca5198635224f
Update version
setup.py
setup.py
from setuptools import setup, find_packages long_description = '''\ image-diet is a Django application for removing unnecessary bytes from image files. It optimizes images without changing their look or visual quality ("losslessly"). It works on images in JPEG, GIF and PNG formats and will leave others unchanged. Pr...
Python
0
@@ -515,16 +515,18 @@ ion='0.7 +.1 ',%0A d
0edaf3506bd46d57618ef21a2aeba6c8077da7d0
add missing comma
setup.py
setup.py
from setuptools import setup, find_packages setup( name='RAPIDpy', version='2.5.2', description='Python interface for RAPID (rapid-hub.org)', long_description='RAPIDpy is a python interface for RAPID that assists ' 'to prepare inputs, runs the RAPID program, and provides ' 'post-proce...
Python
0.999956
@@ -1784,16 +1784,17 @@ veralls' +, %0A
696648364a52c2d499ae9bf382c1c66266b9f5c1
Add missing comma
setup.py
setup.py
#!/usr/bin/env python """Installer for rstcheck.""" import ast import setuptools def version(): """Return version string.""" with open('rstcheck.py') as input_file: for line in input_file: if line.startswith('__version__'): return ast.parse(line).body[0].value.s with op...
Python
0.999998
@@ -845,16 +845,17 @@ :: 3.3' +, %0A @@ -911,16 +911,26 @@ surance' +,%0A %5D,%0A
e674e2b9011397c21dcfffab104f7bb64b9efdaa
Update version number in setup.py
setup.py
setup.py
"""setup.py """ # Always prefer setuptools over distutils 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__)) # Get the long description from the relevant file with open(path.join(here, 'README.rst'), encod...
Python
0
@@ -628,17 +628,17 @@ on='0.2. -0 +1 ',%0A p
c735ca20338e729f6f19ed098332a1aaebbb6c94
move version to a variable
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup setup( name='upcloud-api', version='0.4.5', description='UpCloud API Client', author='Elias Nygren', maintainer='Mika Lackman', maintainer_email='mika.lackman@upcloud.com', url='https://github.com/UpCloudLtd/upcloud-python-api', packag...
Python
0.000001
@@ -46,16 +46,36 @@ setup%0A%0A +%0Aversion = '0.4.5'%0A%0A setup(%0A @@ -109,23 +109,23 @@ version= -'0.4.5' +version ,%0A de @@ -461,21 +461,18 @@ ive/ -0.4.5 +%25s .tar.gz' ,%0A @@ -467,16 +467,26 @@ .tar.gz' + %25 version ,%0A li
bd53878b7c38f1e58f708a20bb73865613a462c6
use “client” instead of “wrapper” in description
setup.py
setup.py
try: from setuptools import setup except ImportError: from distutils.core import setup setup( name="pysolr", use_scm_version=True, description="Lightweight python wrapper for Apache Solr.", author='Daniel Lindsley', author_email='daniel@toastdriven.com', long_description=open('README.r...
Python
0
@@ -175,22 +175,21 @@ ght -p +P ython -wrapper +client for @@ -200,17 +200,16 @@ che Solr -. %22,%0A a
be3c656def0d59143a22d66644910d83ab1c1108
Bump version to 0.9.3
setup.py
setup.py
import io from setuptools import setup, find_packages setup( name='django-flatblocks', version='0.9.2', description='django-flatblocks acts like django.contrib.flatpages but ' 'for parts of a page; like an editable help box you want ' 'show alongside the main content.', ...
Python
0
@@ -104,17 +104,17 @@ on='0.9. -2 +3 ',%0A d @@ -1687,17 +1687,17 @@ go (%3E=1. -4 +7 )',%0A
b8270f1615ade763d71a8bb7905202e69269929d
Update setup.py deps and trove classifier
setup.py
setup.py
from setuptools import find_packages, setup setup( name='OAuth-Client-Bridge', version='1.0.0', url='https://github.com/adamcik/oauthclientbridge', license='Apache License, Version 2.0', author='Thomas Adamcik', author_email='thomas@adamcik.no', description='Bridge OAuth2 Authorization Code...
Python
0
@@ -532,16 +532,22 @@ 'Flask +%3E=0.11 ',%0A @@ -621,16 +621,29 @@ :: -4 - Beta +5 - Production/Stable ',%0A
1533d8891e1f79274b1b331cb9fa15d69435b508
version 0.1.18
setup.py
setup.py
# -*- coding: utf-8 -*- from distutils.core import setup setup(name = 'pythreejs', version = '0.1.17', description='Interactive 3d graphics for the Jupyter notebook, using Three.js from IPython widgets.', long_description='A Python/ThreeJS bridge utilizing the IPython widget infrastructure.', ...
Python
0.000001
@@ -104,9 +104,9 @@ .1.1 -7 +8 ',%0A
ec45756726aeebc926572a6037e1fe0b43c65575
fix logs and increase max log age
porcupine/_logs.py
porcupine/_logs.py
from datetime import datetime, timedelta import logging import os import platform import shlex import subprocess import sys import threading import porcupine from porcupine import dirs log = logging.getLogger(__name__) LOG_DIR = os.path.join(dirs.cachedir, 'logs') # used in __main__.py _FILENAME_FORMAT = '%Y-%m-%d...
Python
0.000001
@@ -328,16 +328,38 @@ %25S.txt'%0A +LOG_MAX_AGE_DAYS = 30%0A %0A%0Adef _r @@ -467,24 +467,34 @@ me.strptime( +filename, _FILENAME_FO @@ -497,26 +497,16 @@ E_FORMAT -, filename )%0A @@ -739,17 +739,32 @@ ta(days= -3 +LOG_MAX_AGE_DAYS ):%0A @@ -847,17 +847,18 @@ re than -3 +%25d days ol @@ -872,18...
fe6a49479f06540d96438c40efb7c3ed3e54cc3e
version 0.1.3
setup.py
setup.py
""" A command line interface for the cloco API. """ from setuptools import find_packages, setup dependencies = ['click', 'requests', 'configparser'] setup( name='cloco-cli', version='0.1.2', license='BSD', author='345 Systems', author_email='info@345.systems', description='A command line inter...
Python
0.000003
@@ -186,25 +186,25 @@ ersion='0.1. -2 +3 ',%0A licen @@ -462,17 +462,17 @@ all/0.1. -2 +3 ',%0A k
430979b76add42e66a0418c1cb63635f2439b1b7
Reset dreamhost
portal/settings.py
portal/settings.py
# Django settings for my personal webpage DEBUG = True DREAMHOST = False TEMPLATE_DEBUG = DEBUG SEND_BROKEN_LINK_EMAILS = True import os from .dbconfig import DATABASES # These locations are calculated based on the settings.py location D = os.path.dirname BASEDIR = os.path.realpath(D(__file__)) ADMINS = ( ('Andr...
Python
0.000002
@@ -61,20 +61,19 @@ MHOST = -Fals +Tru e%0ATEMPLA
325c74ffcf7b5ace8e72c5645934ea2a90bafa4d
Revert venusian dep
setup.py
setup.py
from setuptools import setup setup( name='discord-curious', version='0.2.1', packages=['curious', 'curious.core', 'curious.http', 'curious.commands', 'curious.dataclasses', 'curious.voice', 'curious.ext.loapi', 'curious.ext.paginator'], url='https://github.com/SunDwarf/curious', licen...
Python
0
@@ -614,38 +614,8 @@ 1%22,%0A - %22venusian%3E=1.0,%3C=1.1%22%0A
42c0cccacce69174b8482654ab9bf1239dba94d9
Update docstring (#11)
setup.py
setup.py
""" Copyright (c) 2015-2018 Fabian Affolter <fabian@affolter-engineering.ch> Licensed under MIT. All rights reserved. """ import os import sys from setuptools import setup, find_packages here = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(here, 'README.rst'), encoding='utf-8') as f: long_d...
Python
0
@@ -1,123 +1,49 @@ %22%22%22 -%0ACopyright (c) 2015-2018 Fabian Affolter %3Cfabian@affolter-engineering.ch%3E%0A%0ALicensed under MIT. All rights reserved.%0A +Set up the Python API for myStrom devices. %22%22%22%0A
0b544c48e01ac975d04b5853dc1bffe1295c94ea
Bump version to 0.0.5
postpy/_version.py
postpy/_version.py
version_info = (0, 0, 4) __version__ = '.'.join(map(str, version_info))
Python
0.000001
@@ -19,9 +19,9 @@ 0, -4 +5 )%0A%0A_
3251c9c1c98aef47571ced6b850c8ccab5ed5ab0
Bump version.
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup try: import pypandoc description = pypandoc.convert('README.md', 'rst') except (IOError, ImportError): description = open('README.md').read() setup( name='djoser', version='0.0.2', packages=['djoser'], license='MIT', author='SUNSCRAP...
Python
0
@@ -245,17 +245,17 @@ on='0.0. -2 +3 ',%0A p
8e97886c8744c4829f54a1d05167295c0f5453f4
Fix typo
setup.py
setup.py
# kept for compability, https://setuptools.pypa.io/en/latest/setuptools.html?highlight=setuptools.setup()#setup-cfg-only-projects import setuptools setuptools.setup()
Python
0.999999
@@ -9,16 +9,18 @@ or compa +ti bility,
5bc082b547bbe00fdaa1cdf7464aa1c46c37d229
Update version for release 0.2.10
setup.py
setup.py
from setuptools import setup setup( name='pluvo', packages=['pluvo'], package_data={}, version='0.2.9', description='Python library to access the Pluvo REST API.', author='Wend BV', author_email='info@wend.nl', license='MIT', url='https://github.com/wendbv/pluvo-python', keywor...
Python
0
@@ -115,9 +115,10 @@ 0.2. -9 +10 ',%0A
8fee28d0285e46a63e70a3a34599ad30935ebcd2
version set
setup.py
setup.py
from setuptools import setup, find_packages setup( name='django-generate', version='dev', description='Django slightly smarter than fixtures content generation app.', author='Praekelt Consulting', author_email='dev@praekelt.com', url='https://github.com/praekelt/django-generate', packages =...
Python
0.000001
@@ -86,19 +86,21 @@ ersion=' -dev +0.0.1 ',%0A d
8b05b45759efdfe63a0e4a543c8a8e5c33ea8370
Use correct package name in setup.py
setup.py
setup.py
#!/usr/bin/env python import sys from distutils.core import setup # TODO: More informative message about Python version support, version reflected # classifiers argument to setup(). Perhaps setup should fail altogether for # unsupported Python versions. if sys.version_info < (2,7) or sys.version_info >= (3,): pr...
Python
0
@@ -484,17 +484,26 @@ me=' -Distutils +OpenElections Core ',%0A @@ -649,38 +649,16 @@ s=%5B' -distutils', 'distutils.command +openelex '%5D,%0A
2da25a9a6e3872856f22d60bd0b6a9ba0982ee54
build with pybuild
setup.py
setup.py
# coding=utf-8 import os import subprocess import sys import textwrap from setuptools import Command, Extension, setup from setuptools.command.test import test as TestCommand # Import version even when extensions are not yet built __builtins__.__LIGHTFM_SETUP__ = True from lightfm import __version__ as version # NOQ...
Python
0.999999
@@ -3719,32 +3719,106 @@ user_options = %5B +%0A ('all', None, '(Compatibility with original clean command)')%0A %5D%0A%0A def initi @@ -3838,36 +3838,48 @@ (self):%0A -pass +self.all = False %0A%0A def finali
2dbf8746a15449044f777b3c87f5586a0ec9dfc3
change version number and add bibtex in setup.py
setup.py
setup.py
from __future__ import print_function import os import sys import shutil # custom build script if sys.argv[1] in ["build", "install"]: import gpkit.build from distutils.core import setup long_description = """ GPkit ***** GPkit is a Python package for defining and manipulating geometric programming models, abs...
Python
0
@@ -704,16 +704,280 @@ tml%3E%60_%0A%0A +If you use GPkit, please cite it using the following bibtex::%0A%60%60%60%0A@Misc%7Bgpkit,%0A author = %7BMIT Convex Optimization Group%7D,%0A title = %7BGPkit%7D,%0A howpublished = %7B%5Curl%7Bhttps://github.com/convexopt/gpkit%7D%7D,%0A year = %7B2015%7D,%0A no...
d177f5dd04721f9f50c628e3e54bea975e022b3a
Increase version number to 1.3.12
setup.py
setup.py
import sys from os import path import setuptools if sys.version_info < (3, 6): sys.exit("Sorry, Python < 3.6 is not supported") DESCRIPTION = ( "A django survey app, based on and compatible with " '"django-survey". You will be able to migrate your data from an ancient ' "version of django-survey, but...
Python
0.000136
@@ -660,17 +660,17 @@ n=%221.3.1 -1 +2 %22,%0A d
8b86b5bcbef829adf6770d4a3e7aedfe310e46f7
Version bump: 0.6.8.
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- import os from setuptools import setup VERSION = (0, 6, 7) def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() version = '.'.join(map(str, VERSION)) if __name__ == '__main__': setup( name='mongorm', version=versi...
Python
0
@@ -101,9 +101,9 @@ 6, -7 +8 )%0A%0A%0A
737a76ed5b5b0b0720deca2804fa9dd1d79e0fa1
Bump version to 0.6.0
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages tests_require = [ 'Django>=1.2', 'unittest2', ] setup( name='django-perftools', version='0.5.1', author='DISQUS', author_email='opensource@disqus.com', url='http://github.com/disqus/django-perftools', description = '', ...
Python
0.000001
@@ -173,11 +173,11 @@ ='0. -5.1 +6.0 ',%0A
2e98698ceca209538ef6d51b4a847d26443bae3e
Version bump to 0.5.1 (#13)
setup.py
setup.py
from codecs import open from os import path from setuptools import setup here = path.abspath(path.dirname(__file__)) with open(path.join(here, 'README.rst'), encoding='utf-8') as f: readme = f.read() with open(path.join(here, 'requirements', 'install.txt'), encoding='utf-8') as f: install_requires ...
Python
0
@@ -383,16 +383,18 @@ ion='0.5 +.1 ',%0A d
e81d5f85266f937ddc4771534875e9d02d306e84
Bump wcxf version to 1.2
setup.py
setup.py
from setuptools import setup, find_packages with open('flavio/_version.py') as f: exec(f.read()) setup(name='flavio', version=__version__, author='David M. Straub', author_email='david.straub@tum.de', url='https://flav-io.github.io', description='A Python package for flavour physics ...
Python
0
@@ -1381,16 +1381,21 @@ 'wcxf +%3E=1.2 ', 'ckmu
26760103ec785b7e76bee85feb43f85a6cc19f38
remove setup_requires b/c it was problematic for conda-forge
setup.py
setup.py
#!/usr/bin/env python import os import re import shutil import sys try: from setuptools import setup, Command from setuptools.extension import Extension except ImportError: raise RuntimeError('setuptools is required') import versioneer DESCRIPTION = ('A set of functions and classes for simulating the ...
Python
0
@@ -1414,43 +1414,8 @@ %5D%0A -SETUP_REQUIRES = %5B'pytest-runner'%5D%0A TEST @@ -3005,45 +3005,8 @@ ES,%0A - setup_requires=SETUP_REQUIRES,%0A
f0216d291337bce4241a40bb05c79e6d43d9b9c2
Fix indentation.
setup.py
setup.py
#!/usr/bin/env python #coding: utf-8 import os, sys from setuptools import setup, find_packages EXCLUDE_FROM_PACKAGES = ['cms.project_template', 'cms.bin'] setup( name = "cms", version = "1.0.4", url = "https://github.com/onespacemedia/cms", author = "Daniel Samuels", author_emai...
Python
0.000007
@@ -185,17 +185,20 @@ %0Asetup(%0A -%09 + name = %22 @@ -272,25 +272,28 @@ media/cms%22,%0A -%09 + author = %22Da @@ -307,17 +307,20 @@ muels%22,%0A -%09 + author_e @@ -354,17 +354,20 @@ a.com%22,%0A -%09 + license @@ -537,9 +537,12 @@ se,%0A -%09 + inst
870d8f73ee1b4584220b09c6ac2b87ccd43b78a0
Fix style problems in setup.py
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages import hadmin_test setup( name = "HAdmin", version = "0.1", packages = find_packages(), author = "Alec Ten Harmsel", author_email = "alec@alectenharmsel.com", description = "A Hadoop configuration manager...
Python
0.000001
@@ -63,27 +63,8 @@ ages -%0Aimport hadmin_test %0A%0Ase @@ -76,19 +76,13 @@ - - name - = += %22HAd @@ -95,33 +95,23 @@ - - version - = += %220.1%22,%0A - @@ -118,19 +118,17 @@ packages - = += find_pac @@ -136,20 +136,16 @@ ages(),%0A - auth @@ -146,19 +146,17 @@ aut...
a9e007f2876c7356311975eb11232f11aba80625
Add classifiers, platforms
setup.py
setup.py
from setuptools import setup setup( name='django-kewl', version=".".join(map(str, __import__('short_url').__version__)), packages=['django_kewl'], url='https://github.com/Alir3z4/django-kewl', license='BSD', author='Alireza Savand', author_email='alireza.savand@gmail.com', description='...
Python
0.000048
@@ -430,10 +430,543 @@ read(),%0A + platforms='OS Independent',%0A platforms='OS Independent',%0A classifiers=%5B%0A 'Development Status :: 5 - Production/Stable',%0A 'Environment :: Web Environment',%0A 'Intended Audience :: Developers',%0A 'Operating System :: OS Independent',%0A...
54e230abcece4f8536b3b456b901610465fc7363
Bump number, I'll release 0.8 soon.
setup.py
setup.py
#!/usr/bin/env python2 __author__ = "Gustavo Sverzut Barbieri" __author_email__ = "barbieri@gmail.com" __license__ = "LGPL" __url__ = "http://www.gustavobarbieri.com.br/eagle/" __version__ = "0.7" __revision__ = "$Rev: 20 $" __description__ = """\ Eagle is an abstraction layer atop Graphical Toolkits focused on making...
Python
0
@@ -192,9 +192,9 @@ %220. -7 +8 %22%0A__
fddab75d614d6d063731c76046969b382c41c430
Fix setup.py to use 2to3.
setup.py
setup.py
from distutils.core import setup import os # Compile the list of packages available, because distutils doesn't have # an easy way to do this. packages, data_files = [], [] root_dir = os.path.dirname(__file__) if root_dir: os.chdir(root_dir) for dirpath, dirnames, filenames in os.walk('registration'): # Ignore...
Python
0
@@ -1,8 +1,154 @@ +try:%0A from distutils.command.build_py import build_py_2to3 as build_py%0Aexcept ImportError:%0A from distutils.command.build_py import build_py%0A from dis @@ -958,16 +958,59 @@ %0A%0Asetup( +%0A cmdclass = %7B'build_py':build_py%7D,%0A name='dj @@ -1036,18 +1036,16 @@ e',%0A -...
7ccbf6b68a581f0163f6064a33958801f0cfac40
Update version and remove dependency link
setup.py
setup.py
try: from setuptools import setup except ImportError: from distutils.core import setup setup( name='sciunit', version='0.1.5.5', author='Rick Gerkin', author_email='rgerkin@asu.edu', packages=['sciunit', 'sciunit.tests'], url='http://github.com/scidash/sciunit', licen...
Python
0
@@ -135,17 +135,17 @@ ='0.1.5. -5 +6 ',%0A a @@ -279,34 +279,27 @@ p:// -github.com/scidash/sciunit +sciunit.scidash.org ',%0A @@ -780,44 +780,8 @@ = %5B -'git+http://github.com/rgerkin/cypy' %5D,%0A
a210fde6806070d0c47eaeb34a485e26850dc779
make sure all subpackages get installed
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- from distutils.core import setup setup( name = 'travwave', description = 'Compute traveling waves', author='Daulet Moldabayev, Henrik Kalisch, Olivier Verdier', license = 'MIT', keywords = ['Math'], packages=['travwave'], classifiers = [ 'Development Status :: 3...
Python
0
@@ -268,16 +268,79 @@ ravwave' +, 'travwave.equations', 'travwave.boundary', 'travwave.dynamic' %5D,%0A%09clas
75ebe45f64228e39f196d75a3e3d0cf8a5fcc20f
Add unit tests to setup.py
setup.py
setup.py
#!/usr/bin/env python __author__ = "Keith T. Butler" __copyright__ = "Copyright Keith T. Butler (2013)" __version__ = "1.0" __maintainer__ = "Keith T. Butler" __email__ = "k.t.butler@bath.ac.uk" __date__ = "Aug 24 2017" from setuptools import setup import os module_dir = os.path.dirname(os.path.abspath(__file__)) ...
Python
0
@@ -254,16 +254,32 @@ mport os +%0Aimport unittest %0A%0Amodule @@ -329,16 +329,169 @@ le__))%0A%0A +def unit_tests():%0A test_loader = unittest.TestLoader()%0A test_suite = test_loader.discover('tests', pattern='unit_tests.py')%0A return test_suite%0A%0A if __nam @@ -1314,15 +1314,54 @@ eering'%5D +,%0A ...
3bceef110f24e22ca8cc72cf1e33da0c580de767
extend classifiers
setup.py
setup.py
from setuptools import setup, Extension import os, platform # look for environment variable that specifies path to SCIP Opt lib and headers scipoptdir = os.environ.get('SCIPOPTDIR', '') includedir = os.path.abspath(os.path.join(scipoptdir, 'include')) libdir = os.path.abspath(os.path.join(scipoptdir, 'lib')) libname...
Python
0.000007
@@ -1758,16 +1758,98 @@ Beta',%0A + 'Intended Audience :: Science/Research',%0A 'Intended Audience :: Education',%0A 'Lic @@ -1970,16 +1970,108 @@ on :: 3' +,%0A 'Programming Language :: Cython',%0A 'Topic :: Scientific/Engineering :: Mathematics' %5D,%0A e
d0714dcabc80cc1af98ad3517ddda2dbae0b3e6c
add brax to extra_require
setup.py
setup.py
# Copyright 2022 The EvoJAX Authors. # # 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 in w...
Python
0.000001
@@ -1561,16 +1561,24 @@ procgen' +, 'brax' %5D,%0A %7D
46ac25046cb53bf56007d6dc4f4e749a0f0e1da1
version 0.9.3
setup.py
setup.py
# # This file is part of Raviron. Raviron is free software available under # the terms of the MIT license. See the file "LICENSE" that was provided # together with this source file for the licensing terms. # # Copyright (c) 2015 the Raviron authors. See the file "AUTHORS" for a # complete list. import os from setuptoo...
Python
0.000004
@@ -391,17 +391,17 @@ ': '0.9. -2 +3 ',%0A '
60aacfe175d4cb704e16088a237f95ad48776d86
Version 0.6.0
setup.py
setup.py
"""setup.py file.""" import uuid from setuptools import setup, find_packages from pip.req import parse_requirements __author__ = 'David Barroso <dbarrosop@dravetech.com>' install_reqs = parse_requirements('requirements.txt', session=uuid.uuid1()) reqs = [str(ir.req) for ir in install_reqs] setup( name="napalm-...
Python
0.000001
@@ -339,11 +339,11 @@ =%220. -5.3 +6.0 %22,%0A
d25226ad9a8df4ddb4724113b4cce8dd920fc493
Add back setup
setup.py
setup.py
#!/usr/bin/env python import os import sys TEST_HELP = """ Note: running tests is no longer done using 'python setup.py test'. Instead you will need to run: tox -e test If you don't already have tox installed, you can install it with: pip install tox If you only want to run part of the test suite, you can als...
Python
0
@@ -38,16 +38,46 @@ rt sys%0A%0A +from setuptools import setup%0A%0A TEST_HEL
21223700ea1f1d0209c967761e5c22635ee721e7
Correct PEP8
setup.py
setup.py
# -*- coding: utf-8 -*- from setuptools import setup, find_packages REQUIRES = ( 'marshmallow>=2.1.0', 'mongoengine>=0.9.0', ) def read(fname): with open(fname) as fp: content = fp.read() return content setup( name='marshmallow-mongoengine', version='0.7.7', description='Mongoen...
Python
0.000037
@@ -225,16 +225,17 @@ ontent%0A%0A +%0A setup(%0A
36601bc2fc6d1bcdbd700907e2c0173410589f41
Bump netort version in reqs
setup.py
setup.py
from setuptools import setup, find_packages setup( name='yandextank', version='1.12.4', description='a performance measurement tool', longer_description=''' Yandex.Tank is a performance measurement and load testing automatization tool. It uses other load generators such as JMeter, ab or phantom inside ...
Python
0
@@ -1018,17 +1018,17 @@ rt%3E=0.6. -4 +6 ',%0A
27b08ae644d76853241b16d0a45e751c15467df5
Fix setup module
setup.py
setup.py
#!/usr/bin/env python import os import re from setuptools import setup, find_packages version = re.compile(r'VERSION\s*=\s*\((.*?)\)') def get_package_version(): "returns package version without importing it" base = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(base, "tracker/__init...
Python
0.000001
@@ -1134,74 +1134,174 @@ on=' -Celery Send Stats',%0A long_description=open('README.rst').read() +Receive/Sending event tracking data for the Celery',%0A long_description=open('README.rst').read(),%0A keywords=%5B'django', 'celery', 'tracking', 'agent', 'metrics'%5D ,%0A
a292192c64c6c965d817617334a36f84c6b7fb98
update setup.py
setup.py
setup.py
from setuptools import find_packages, setup from kenchi import __version__ with open('README.rst') as f: readme = f.read() with open('requirements.txt') as f: requires = f.read().splitlines() setup( name = 'kenchi', version = __version__, author ...
Python
0.000001
@@ -114,32 +114,36 @@ eadme + = f.read()%0A%0Awith @@ -187,32 +187,36 @@ equires + = f.read().split @@ -248,24 +248,28 @@ + = 'kenchi',%0A @@ -289,16 +289,20 @@ + + = __vers @@ -329,16 +329,20 @@ + = 'Kon', @@ -359,24 +359,28 @@ r_email ...
4710ee93e4b9c4a9410d360b480f1fbe49574b9d
change version number 1.2.1 -> 1.2.2
setup.py
setup.py
from distutils.core import setup VERSION = '1.2.1' AUTHOR_NAME = 'Andy Port' AUTHOR_EMAIL = 'AndyAPort@gmail.com' setup(name='svgpathtools', packages=['svgpathtools'], version=VERSION, description=('A collection of tools for manipulating and analyzing SVG ' 'Path objects and Bezie...
Python
0.000276
@@ -42,17 +42,17 @@ = '1.2. -1 +2 '%0AAUTHOR
c9dffda5584837ff82b7bbf146a9fa58f44cb168
Add description and remove trailing whitespace
setup.py
setup.py
#!/usr/bin/env python import sys import re try: from setuptools import setup, find_packages except ImportError: print('Spunky Bot needs setuptools in order to build. Install it using' ' your package manager (usually python-setuptools) or via pip (pip' ' install setuptools).') sys.exit(...
Python
0.000211
@@ -346,17 +346,16 @@ (2, 6): - %0A rai @@ -416,17 +416,16 @@ n 2.6.') - %0A%0Ametada @@ -614,17 +614,16 @@ ON tool. - %0AIts pur @@ -668,16 +668,17 @@ tain an +%60 Urban Te @@ -681,16 +681,18 @@ n Terror +%60_ server @@ -694,17 +694,16 @@ rver and - %0Ato prov @@ -821,17 +821,16 @@ without - ...
325b6d209c96a0cb743fd3d32682f77362910cb1
Fix build.
setup.py
setup.py
#!/usr/bin/env python #Copyright (C) 2013 - The MITRE Corporation #For license information, see the LICENSE.txt file import sys try: from setuptools import setup except ImportError: from distutils.core import setup if sys.version_info <(2, 6): raise Exception('libtaxii requires Python 2.6 or higher.') in...
Python
0
@@ -722,11 +722,29 @@ _XML -_10 +MessageBinding_Schema .xsd
8d6ab010d45d69b2eb101653b720270ffe13570c
Enforce an oauth2 version
setup.py
setup.py
#!/usr/bin/env python try: from setuptools import setup, find_packages from setuptools.command.test import test except ImportError: from ez_setup import use_setuptools use_setuptools() from setuptools import setup, find_packages from setuptools.command.test import test class mytest(test): ...
Python
0.000012
@@ -773,16 +773,25 @@ 'oauth2 +%3E=1.5.169 ',%0A
dd222c31d5dbd695f741233134f3f1cd400788e5
Fix removing logo from README for PyPi
setup.py
setup.py
import distutils.cmd import os import subprocess from setuptools import find_packages, setup class BaseCommand(distutils.cmd.Command): user_options = [] def initialize_options(self): pass def finalize_options(self): pass def create_command(text, commands): """Creates a custom setu...
Python
0.000001
@@ -662,18 +662,16 @@ t(%22h1%3E%5Cn -%5Cn %22, 2)%5B1%5D
ca929bd291ab93ef1fcbc9ae28f9c5e7def6421d
Bump up to v0.4.5
setup.py
setup.py
from os.path import dirname, abspath, join from setuptools import setup with open(abspath(join(dirname(__file__), 'README.rst'))) as fileobj: README = fileobj.read().strip() setup( name='hlsclient', description='Client to download all files from HLS streams', long_description=README, author='Globo...
Python
0.000003
@@ -386,17 +386,17 @@ on='0.4. -4 +5 ',%0A z
c9be62cfd8d39f263cff494cfdc3c764bed01adc
Bump version
setup.py
setup.py
import sys import os.path import setuptools MISC_DIR = "misc" REQUIREMENT_DIR = "requirements" with open("README.rst") as fp: long_description = fp.read() with open(os.path.join(MISC_DIR, "summary.txt")) as f: summary = f.read() with open(os.path.join(REQUIREMENT_DIR, "requirements.txt")) as f: install...
Python
0
@@ -786,17 +786,17 @@ n=%220.10. -0 +1 %22,%0A u
01fdab64a84a0b960850a655ed5a27639e860002
Fix mockup egg.
setup.py
setup.py
from setuptools import setup, find_packages version = '0.1' setup( name='mockup', version=version, description="No sure how should this package be named so please don't " "judge me just, yet", long_description=open("README.rst").read(), classifiers=[ "Framework :: Plone", ...
Python
0
@@ -648,39 +648,8 @@ ue,%0A - package_dir=%7B'': 'plone'%7D,%0A
a3a4cd3416dff2e436c88a586f3ad4eb860daccf
fix description in setup.py
setup.py
setup.py
from setuptools import setup, find_packages setup(name='cql-builder', version='0.0.1', description="Generic data modeling and validation", long_description=""" """, classifiers=[ 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License' ], k...
Python
0.000004
@@ -110,44 +110,27 @@ on=%22 -Generic data modeling and validation +CQL generation tool %22,%0A
60bb4049c40af74c97c7239ae71d0519ae071989
Version bump 0.2.0.
setup.py
setup.py
# dockerpty. # # Copyright 2014 Chris Corbyn <chris@w3style.co.uk> # # 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 ap...
Python
0
@@ -839,11 +839,11 @@ ='0. -1.1 +2.0 ',%0A
9b14273a78e135a5be0127dd36cafe8168d424da
Bump to version 0.3.2
setup.py
setup.py
from distutils.core import setup setup(name='Rivets', version='0.3', url='https://github.com/OiNutter/rivets', download_url='https://github.com/OiNutter/rivets/tarball/master', description='Python asset packaging system. Based on Sprockets ruby gem', author='Will McKenzie', author_email='will...
Python
0
@@ -66,16 +66,18 @@ ion='0.3 +.2 ',%0D%0A%09 u
26ed18b570d74aa19c8800a2a78fd5b7c0a45c4b
Add missing description
setup.py
setup.py
#!/usr/bin/env python3 # vim: set et sw=4 sts=4 fileencoding=utf-8: # # Copyright 2013 Dave Hughes. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # * Redistributions of source code must retain the above copyrigh...
Python
0.999999
@@ -1605,16 +1605,83 @@ AMAGE.%0A%0A +%22%22%22A pure Python interface for the Raspberry Pi camera module.%22%22%22%0A%0A import o
a1e934fc42f2c2ca737bebed4208bd9d5f575ce7
remove bogus setuptools requirement
setup.py
setup.py
__VERSION__ = "1.2.0" import os from setuptools import setup def read(fname): '''Utility function to read the README file.''' return open(os.path.join(os.path.dirname(__file__), fname)).read() # figure out what the install will need install_requires = ["setuptools==0.9.8"] tests_require = ["nose==1.1.2", "no...
Python
0
@@ -12,17 +12,17 @@ = %221.2. -0 +1 %22%0A%0Aimpor @@ -261,27 +261,8 @@ = %5B -%22setuptools==0.9.8%22 %5D%0Ate
5b3ad28978b632b61e5cae37dc6c8aeff7d4e0c0
Version change
setup.py
setup.py
import os.path import sys try: from setuptools import find_packages, setup except ImportError: from ez_setup import use_setuptools use_setuptools() from setuptools import find_packages, setup from setuptools.command.test import test def readme(): try: with open(os.path.join(os.path.dirname...
Python
0.000001
@@ -1013,17 +1013,17 @@ on='0.3. -0 +1 ',%0A d
0b19ddf44da25728557d01ccfa4b596627b0f44b
Bump release
setup.py
setup.py
#!/usr/bin/env python # vim: set fileencoding=utf-8 : # Andre Anjos <andre.dos.anjos@gmail.com> # Tue 22 Jan 2013 13:37:39 CET """Professional website package management """ from setuptools import setup, find_packages setup( name="anjos.website", version="1.0.0", description="My professional website", ...
Python
0
@@ -265,17 +265,17 @@ on=%221.0. -0 +1 %22,%0A d
a37f03dc664f1b9ac1e39e6e6b27359a2255ef8c
Version bump
setup.py
setup.py
"""setup.py file.""" import uuid from setuptools import setup, find_packages from pip.req import parse_requirements __author__ = 'David Barroso <dbarrosop@dravetech.com>' install_reqs = parse_requirements('requirements.txt', session=uuid.uuid1()) reqs = [str(ir.req) for ir in install_reqs] setup( name="napalm-...
Python
0.000001
@@ -340,9 +340,9 @@ 0.1. -4 +5 %22,%0A
8e6586f746d6a5ebe40a869d854478b9cd121025
fix license
setup.py
setup.py
#!/usr/bin/env python from __future__ import print_function from setuptools import setup, find_packages from os import path import codecs import os import re import sys # When creating the sdist, make sure the django.mo file also exists: if 'sdist' in sys.argv or 'develop' in sys.argv: try: os.chdir('flue...
Python
0.000001
@@ -1414,25 +1414,8 @@ che -License, Version 2.0'
856efd20e2ce3e9e542b6c76e304885795eaab93
Add revrand back to setup.py requirements
setup.py
setup.py
""" Setup utility for the dora package. """ from setuptools import setup, find_packages # from setuptools.command.test import test as TestCommand setup( name='dora', version='0.1', description='Active sampling using a non-parametric regression model.', author="Alistair Reid and Simon O'Callag...
Python
0
@@ -600,24 +600,52 @@ %3E= 1.8.2',%0D%0A + 'revrand == 0.6.5'%0D%0A # 's
3f9602df02dacdeea90fee27f6c64f00e6ba9580
Version 1.31.4
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 from os import path this_directory = path.abspath(path.dirname(__file__)) long_description = None try: with open(pa...
Python
0
@@ -555,17 +555,17 @@ n='1.31. -3 +4 ',%0A d
e92d240967acdce817f634fdb533f3a4212870c5
Bump minimal Core version
setup.py
setup.py
#! /usr/bin/env python # -*- coding: utf-8 -*- """Tunisia specific model for OpenFisca -- a versatile microsimulation free software""" from setuptools import setup, find_packages classifiers = """\ Development Status :: 2 - Pre-Alpha License :: OSI Approved :: GNU Affero General Public License v3 Operating System...
Python
0
@@ -1608,9 +1608,9 @@ %3E=2 -6 +7 ,%3C28
dc335ff53ffe0004cc53db9d7b6bd515b35223c9
Version bump 1.1.0
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- import os from setuptools import setup, find_packages NAME = 'Genesis-GenAPI' VERSION = '1.0.3' DESCRIPTION = "Python API for the Genesis platform." LONG_DESCRIPTION = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read() AUTHOR = 'Genialis d.o.o.' AUTHOR_EM...
Python
0
@@ -112,19 +112,18 @@ Genesis- -Gen +Py API'%0AVER @@ -136,11 +136,11 @@ '1. -0.3 +1.0 '%0ADE @@ -385,19 +385,18 @@ genesis- -gen +py api/'%0ALI @@ -1458,19 +1458,20 @@ ite='gen -api +esis .tests'%0A
2c60faee264784539bc5c64ad6642c6b06d63530
bump black from 21.7b0 to 21.8b0
setup.py
setup.py
# Copyright (C) 2020 FireEye, Inc. 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: [package root]/LICENSE.txt # Unless required by applicable law or agreed to in writing,...
Python
0.000002
@@ -2563,17 +2563,17 @@ ack==21. -7 +8 b0%22,%0A
b47c83f1da853577244dc44bce07978be198727a
add test to setup.py
setup.py
setup.py
import os import distutils.sysconfig from distutils.core import setup setup( name="Comet", description="VOEvent Broker", author="John Swinbank", author_email="swinbank@transientskp.org", packages=[ 'comet', 'comet.config', 'comet.plugins', 'comet.service', 'c...
Python
0
@@ -347,16 +347,46 @@ utility' +,%0A 'comet.utility.test' %0A %5D,%0A
3145f7759058a805954c6f1a55cbac724cdc3aef
Update version
setup.py
setup.py
import os from setuptools import setup, Extension V8_PREFIX = os.environ.get('V8_PREFIX') if not V8_PREFIX: print 'You should set V8_PREFIX variable in the environment' exit(1) V8_LIBRARY_DIR = os.path.join(V8_PREFIX, 'lib64/') V8_INCLUDE_DIR = os.path.join(V8_PREFIX, 'include/') setup( name='PyV8Mono'...
Python
0
@@ -395,9 +395,9 @@ ='1. -0 +1 ',%0A
87f8fd125eeee617fd695bd0337806f0aa468479
Update setup.py - v0.3.1
setup.py
setup.py
"""A setuptools based setup module. See: https://packaging.python.org/en/latest/distributing.html https://github.com/pypa/sampleproject usage: `pip install -e .` GenCumulativeSky was conceived, developed and validated by Darren Robinson and Andrew Stone for efficient solar irradiation modelling using RADIANCE When u...
Python
0
@@ -1201,17 +1201,17 @@ on='0.3. -0 +1 ',%0A%0A
239b0123684fb7bc4e75d67d400091a639d1f190
version bump
setup.py
setup.py
from setuptools import setup, find_packages from setuptools.command.test import test class TestCommand(test): def run(self): from tests.runtests import runtests runtests() setup( name='django-stringfield', version='0.2.0', description='Better string field for Django.', long_descr...
Python
0.000001
@@ -244,17 +244,17 @@ on='0.2. -0 +1 ',%0A d
57453036b2dc1bc513a0031043d505bff92e14af
Update setup.py
setup.py
setup.py
from distutils.core import setup from setuptools import find_packages from elsapy.__init__ import version setup( name = 'elsapy', version = version, description = "A Python module for use with Elsevier's APIs: Scopus, ScienceDirect, others - see https://api.elsevier.com", long_description = "Se...
Python
0.000001
@@ -104,16 +104,62 @@ sion%0D%0A%0D%0A +# TODO: use pbr for various packaging tasks.%0D%0A setup(%0D%0A
a6045ae313a501c73ba2b0c23576ba444fbbbaf1
add sqlalchemy-migrate dependency
setup.py
setup.py
#!/usr/bin/env python3 from setuptools import setup, find_packages setup(name='pprof', version='0.9.8', packages=find_packages(), install_requires=["SQLAlchemy==1.0.4", "cloud==2.8.5", "plumbum>=1.5.0", "regex==2015.5.28", "wheel==0.24.0", "parse==1.6.6", ...
Python
0
@@ -100,17 +100,17 @@ on='0.9. -8 +9 ',%0A @@ -398,16 +398,38 @@ sycopg2%22 +, %22sqlalchemy-migrate%22 %5D,%0A
54e9265da13b79f008abafc6853790cdb6b7d46d
Update trove classifiers
setup.py
setup.py
from setuptools import setup setup( name='tangled.auth', version='0.1a3.dev0', description='Tangled auth integration', long_description=open('README.rst').read(), url='http://tangledframework.org/', author='Wyatt Baldwin', author_email='self@wyattbaldwin.com', packages=[ 'tangl...
Python
0.000001
@@ -672,20 +672,17 @@ :: -1 - Planning +3 - Alpha ',%0A @@ -817,16 +817,67 @@ hon :: 3 +.3',%0A 'Programming Language :: Python :: 3.4 ',%0A %5D
547d5e869c72f4852f5e8790bb73f3bcd368346f
Version bump
setup.py
setup.py
"""setup.py file.""" import uuid from setuptools import setup, find_packages from pip.req import parse_requirements __author__ = 'David Barroso <dbarrosop@dravetech.com>' install_reqs = parse_requirements('requirements.txt', session=uuid.uuid1()) reqs = [str(ir.req) for ir in install_reqs] setup( name="napalm-...
Python
0.000001
@@ -336,17 +336,17 @@ ion=%220.1 -1 +2 .0%22,%0A
2105b2ae0c68a559e1268b3fc2da0b433bfda3dc
Update version
setup.py
setup.py
from setuptools import setup, find_packages setup( name='Flask-DebugToolbar', version='0.4.6dev', url='http://github.com/mvantellingen/flask-debugtoolbar', license='BSD', author='Michael van Tellingen', author_email='michaelvantellingen@gmail.com', description='A port of the Django debug t...
Python
0
@@ -96,14 +96,9 @@ ='0. -4.6dev +5 ',%0A @@ -695,24 +695,46 @@ etuptools',%0A + 'simplejson',%0A 'Fla @@ -798,16 +798,15 @@ :: -3 - Alph +4 - Bet a',%0A
6d34151817f5c161cfd209d8b3e2f1ed59e28c6b
Fix static analysis
setup.py
setup.py
#!/usr/bin/env python from os import path as op from setuptools import setup def _read(fname): return open(op.join(op.dirname(__file__), fname)).read() install_requires = [ l for l in _read('requirements.txt').split('\n') if l and not l.startswith('#')] setup( name='sanic-sentry', version='0.1...
Python
0.003362
@@ -184,14 +184,20 @@ l +ine for l +ine in @@ -242,16 +242,19 @@ if l +ine and not @@ -255,16 +255,19 @@ nd not l +ine .startsw
60d29ca3bf958c4753162762209a56e85af0a412
update setup for new version 0.0.12
setup.py
setup.py
#!/usr/bin/env python import os from setuptools import setup, find_packages def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() def readme(): with open('README.rst') as f: return f.read() setup(name='python-netbox', version='0.0.11', description='Python Ne...
Python
0
@@ -281,17 +281,17 @@ n='0.0.1 -1 +2 ',%0A @@ -593,17 +593,17 @@ ag/0.0.1 -1 +2 .tar.gz'
566bf8b10b74e3457d5a81b7699bee19d385c86b
Change python3-ldap to ldap3 in setup.py
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup setup( name="django-arcutils", version='0.0.1', url='https://github.com/PSU-OIT-ARC/django-arcutils', author='Matt Johnson', author_email='mdj2@pdx.edu', description="ARC Utils for Django sites", packages=['arcutils', 'arcutils.templatetags...
Python
0
@@ -463,28 +463,21 @@ dap': %5B' -python3- ldap +3 '%5D,%0A @@ -494,20 +494,13 @@ : %5B' -python3- ldap +3 ', '
d593c904144427496f69f2acaa9d702de5842c76
Bump le version
setup.py
setup.py
import os from setuptools import setup from pip.req import parse_requirements # Utility function to read the README file. Used for the long_description. # It's nice, because now 1) we have a top level README file and 2) it's easier # to type in the README file than to put a raw string in below. def read(fname): w...
Python
0
@@ -472,9 +472,9 @@ 0.0. -7 +8 %22,%0A
64ba26f57874136569740c13ef7703f900b4ae08
Bump back to 1.1.2
setup.py
setup.py
import os from setuptools import setup setup( name='algorithmia', version='1.1.3', description='Algorithmia Python Client', long_description='Algorithmia Python Client is a client library for accessing Algorithmia from python code. This library also gets bundled with any Python algorithms in Algorithm...
Python
0.00005
@@ -82,17 +82,17 @@ on='1.1. -3 +2 ',%0A d
8a3c9cff23d4a46f48a430de3aa4ea83f8744a65
Version bump
setup.py
setup.py
from setuptools import setup, find_packages setup( name="tootstream", version="0.3.0", python_requires=">=3", install_requires=[line.strip() for line in open('requirements.txt')], packages=find_packages('src'), package_dir={'': 'src'}, include_package_data=True, package_data={ }, a...
Python
0.000001
@@ -84,17 +84,17 @@ on=%220.3. -0 +1 %22,%0A p
193baecc6cbae01c0894d4752bd59d30c7e7ac7f
Fix Windows build.
setup.py
setup.py
# Copyright (C) 2007-2009 Cournapeau David <cournape@gmail.com> # 2010 Fabian Pedregosa <fabian.pedregosa@inria.fr> # 2014 Gael Varoquaux # 2014-2016 Sergei Lebedev <superbobry@gmail.com> # 2018- Antony Lee import setuptools from setuptools import Extension, fin...
Python
0
@@ -257,16 +257,86 @@ ny Lee%0A%0A +import os%0Aos.environ.setdefault(%22SETUPTOOLS_USE_DISTUTILS%22, %22stdlib%22)%0A %0Aimport
519059b253490e97456747e299fb366b0aaae4d2
Bump version to 2.0a13
setup.py
setup.py
import distutils.cmd import os import subprocess from setuptools import find_packages, setup class BaseCommand(distutils.cmd.Command): user_options = [] def initialize_options(self): pass def finalize_options(self): pass def create_command(text, commands): """Creates a custom setu...
Python
0
@@ -732,17 +732,17 @@ n=%222.0a1 -2 +3 %22,%0A p
4f699618930472e4f424a91286f824d6f79c24cf
Bump the s2clientprotocol version to support all the new features.
setup.py
setup.py
# Copyright 2017 Google Inc. 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 applicable law or ...
Python
0.000001
@@ -2463,16 +2463,17 @@ %3E=4. -8.6.7362 +10.1.7580 0.0'
62778c3d0e26faeb5c05813387816f9764950af9
Cut release 1.0.0 of logging package. (#3278)
setup.py
setup.py
# Copyright 2016 Google 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 or agreed to in writing, ...
Python
0
@@ -1849,38 +1849,36 @@ -logging %3E= -0.24 +1.0 .0, %3C -0.25 +2.0 dev',%0A 'g @@ -2010,17 +2010,17 @@ n='0.24. -0 +1 ',%0A d