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
158c06f4cacea2e01848e8a5b6dbe8bb9c28543f
Fix package setup.
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup setup( name='djoser', packages=['djoser'], install_requires=[ 'Django>=1.7', 'djangorestframework>=2.4.3', ], tests_require=[ 'djet>=0.0.9' ], package_data={ 'templates': ['templates/*.html', 'templates/*.txt'...
Python
0
@@ -235,24 +235,32 @@ %0A %5D,%0A +include_ package_data @@ -264,76 +264,32 @@ ata= -%7B%0A 'templates': %5B'templates/*.html', 'templates/*.txt'%5D%0A %7D +True,%0A zip_safe=False ,%0A)%0A
0489a7d3eb8b29850aedf51d9397a66de85e7e9e
Update maintainer
setup.py
setup.py
# # Copyright (c) 2015-2017 LabKey Corporation # # 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 agre...
Python
0.000001
@@ -1434,14 +1434,12 @@ ick -Arnold +Kerr ',%0A
587ea4f32bb9c932278d282e362e8278b7d3e1bc
Bump version to 1.1
setup.py
setup.py
from setuptools import setup, find_packages setup( name='django-txtlocal', packages=find_packages(), include_package_data=True, install_requires=['requests>=1.2.3'], version='1.0', description='App for sending and receiving SMS messages via http://www.textlocal.com', long_description=open(...
Python
0
@@ -196,9 +196,9 @@ ='1. -0 +1 ',%0A
9639c3fef58948942e769abda23e2703a5fbbbf4
make jinja2 a runtime dep rather than a develop dep. (#397)
setup.py
setup.py
import os from setuptools import setup, find_packages __here__ = os.path.dirname(os.path.abspath(__file__)) package_info = dict((k, None) for k in ["RELEASE", "COMMIT", "VERSION", "NAME"]) for name in package_info: with open(os.path.join(__here__, "insights", name)) as f: package_info[name] = f.read().st...
Python
0
@@ -653,16 +653,38 @@ OpenSSL' +,%0A 'Jinja2==2.9.6', %0A%5D)%0A%0Adev @@ -824,37 +824,16 @@ theme',%0A - 'Jinja2==2.9.6',%0A 'fut
a6c3782d6c60f3660b7978d7311335e093c9a179
bump version to 0.1.7
setup.py
setup.py
from setuptools import setup with open('README.md') as readme_file: readme = readme_file.read() setup( name='splits', version='0.1.6', author='Thomas Millar, Jeff Magnusson', author_email='millar.thomas@gmail.com, magnussj@gmail.com', license='MIT', description='A library for dealing with ...
Python
0.000001
@@ -142,9 +142,9 @@ 0.1. -6 +7 ',%0A
283f355ab3ad09ddcd016f9c019e1c5a1375ddd1
fix setup.py
setup.py
setup.py
from setuptools import setup, find_packages from pathlib import Path import numpy as np import versioneer req_path = Path('requirements.txt') if not req_path.is_file(): req_path = Path('scvelo.egg-info') / req_path with req_path.open() as requirements: requires = [l.strip() for l in requirements] setup( n...
Python
0.000001
@@ -876,16 +876,15 @@ tomics%22%5D -, %0A )%0A
7eaf0dff72fff8aa66082998b226b3f02c4b43e1
Add a version number to the setup script (only to experiment with easy_install).
setup.py
setup.py
#!/usr/bin/env python """ctypes code generator """ import os, sys from distutils.core import setup, Command class test(Command): # Original version of this class posted # by Berthold Hoellmann to distutils-sig@python.org description = "run tests" user_options = [ ('tests=', 't', "comm...
Python
0
@@ -1999,16 +1999,42 @@ cense%22,%0A + version = %220.5.0%22,%0A%0A ##
2db62ba9f60ede1fda1ab6536b8368c01938f0e5
Fix django-oauth2-provider dependency link
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup setup( name='edx-oauth2-provider', version='0.2.0', description='Provide OAuth2 access to edX installations', author='edX', url='https://github.com/edx/edx-oauth2-provider', license='AGPL', classifiers=[ 'Development Status :: 3 - ...
Python
0.00001
@@ -733,16 +733,17 @@ 2.7- -dev +fork -edx -. +- 1#eg
2849a167d76a51681dd9621d5659179aaf951f45
drop pypi and add py38
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages from distutils.extension import Extension import logging import os import sys try: from Cython.Build import cythonize extension = cythonize( [ Extension( 'psd_tools.compression._packbits', ['sr...
Python
0
@@ -2147,30 +2147,11 @@ :: -Implementation :: PyPy +3.8 ',%0A
022ae8a30812916538faeab02385c7d80dc9e623
Add myself as maintainer
setup.py
setup.py
from setuptools import setup, find_packages import os CLASSIFIERS = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'P...
Python
0.000125
@@ -679,16 +679,114 @@ na.me%22,%0A + maintainer=%22Riccardo Magliocchetti%22,%0A maintainer_email=%22riccardo.magliocchetti@gmail.com%22,%0A name
ed333751b78ee63adee9317d1462b99e8d92fed1
Tag v0.9-dev for development
setup.py
setup.py
#!/usr/bin/env python # coding: utf-8 from setuptools import setup, find_packages setup( name="bentoo", description="Benchmarking tools", version="0.8", packages=find_packages(), scripts=["scripts/generator.py", "scripts/runner.py", "scripts/collector.py", "scripts/analyser.py"], p...
Python
0
@@ -155,17 +155,21 @@ sion=%220. -8 +9-dev %22,%0A p
d0d86c658d549c70d4f66241414e6f0a85d632ad
Add dep.
setup.py
setup.py
import re from setuptools import setup, find_packages versionPattern = re.compile(r"""^__version__ = ['"](.*?)['"]$""", re.M) with open("src/fusion_index/_version.py", "rt") as f: version = versionPattern.search(f.read()).group(1) setup( name='fusion-index', version=version, description='Lookup/searc...
Python
0.000001
@@ -702,16 +702,45 @@ efold',%0A + 'prometheus_client',%0A
55acaf3f70eaf8e8baa59b57d85ce1202c01580f
Modify the version number.
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup, find_packages setup( name = 'parsec.py', version = '1.0.0', description = 'parser combinator.', long_description = 'A univeral Python parser combinator library inspirted by Parsec library of Haskell.', author = 'He Tao', ...
Python
0.000001
@@ -135,9 +135,9 @@ = ' -1 +2 .0.0
b2366fda0a0340951482c95003b6dd7bc82641ef
version bump 0.2.8
setup.py
setup.py
""" Flask-Assistant ------------- Framework for Building Virtual Assistants with API.AI """ from setuptools import setup setup( name='Flask-Assistant', version='0.2.7', url='https://github.com/treethought/flask-assistant', license='Apache 2.0', author='Cam Sweeney', author_email='cpsweene@gmai...
Python
0.000001
@@ -168,17 +168,17 @@ on='0.2. -7 +8 ',%0A u
9041036f52458669215769775c0be4337e0f1352
Add clean command to setup.py
setup.py
setup.py
import os import re import setuptools directory = os.path.dirname(os.path.abspath(__file__)) # Extract version information path = os.path.join(directory, "metal", "__init__.py") with open(path) as read_file: text = read_file.read() pattern = re.compile(r"^__version__ = ['\"]([^'\"]*)['\"]", re.MULTILINE) version...
Python
0.000001
@@ -33,16 +33,329 @@ ptools%0A%0A +%0Aclass CleanCommand(setuptools.Command):%0A %22%22%22Custom clean command to tidy up the project root.%22%22%22%0A%0A user_options = %5B%5D%0A%0A def initialize_options(self):%0A pass%0A%0A def finalize_options(self):%0A pass%0A%0A def run(self):%0A ...
158c8fcb4f94affc96a61fe36c2bd36cd6445509
Version bump for release.
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- # vim: set ts=4 sw=4 et sts=4 ai: # # Copyright 2009 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/l...
Python
0
@@ -1445,17 +1445,17 @@ sion='0. -3 +4 ',%0A a
92a9b98b0b17e6322ff4c81511c4186baac3dd2d
Add explicit argparse dependency for Python 2.6.
setup.py
setup.py
#!/usr/bin/env python # Copyright (c) 2015 - The MITRE Corporation # For license information, see the LICENSE.txt file from os.path import abspath, dirname, join import sys from setuptools import setup, find_packages BASE_DIR = dirname(abspath(__file__)) VERSION_FILE = join(BASE_DIR, 'sdv', 'version.py') def get_v...
Python
0
@@ -1003,16 +1003,143 @@ til'%0A%5D%0A%0A +# Python 2.6 does not come with argparse%0Atry:%0A import argparse%0Aexcept ImportError:%0A install_requires.append('argparse')%0A%0A extras_r
e7d8039e1c42062b1816cec7294135b25e103650
Fix up setup.py
setup.py
setup.py
#!/usr/bin/env python3 # Copyright 2012-2020 James Geboski <jgeboski@gmail.com> # # 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...
Python
0.000003
@@ -999,17 +999,17 @@ %22, %22 -C +c lick%22, %22 PyYA @@ -1008,14 +1008,14 @@ %22, %22 -PyYAML +pyyaml %22%5D,%0A @@ -1107,12 +1107,11 @@ nds: -main +cli %22%5D%7D,
2f403df689f0566e9197fff277bac8d5e1e4d3dd
update setup.py
setup.py
setup.py
#!/usr/bin/python # ex:set fileencoding=utf-8: import os import sys import re from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand import contact_form_bootstrap README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read() install_requires = [ 'djan...
Python
0.000001
@@ -3076,60 +3076,158 @@ :: -2.7',%0A 'Programming Language :: Python :: 3.4 +3.6',%0A 'Programming Language :: Python :: 3.7',%0A 'Programming Language :: Python :: 3.8',%0A 'Programming Language :: Python :: 3.9 ',%0A
7bc2295ef2f3f1d44a8a1f0c7592edb2e1fcf79f
enforce django-fluent-utils 1.1.2 for PyDev/PyCharm fixes
setup.py
setup.py
#!/usr/bin/env python 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('fluent_contents') from django.cor...
Python
0.000001
@@ -1270,13 +1270,13 @@ %3E=1. -0', +1.2',
7be23730a3712eadba620184f62f49c9064bb9a5
bump version to b13, no release yet
setup.py
setup.py
from __future__ import print_function try: from setuptools import setup # try first in case it's already there. except ImportError: from ez_setup import use_setuptools use_setuptools() from setuptools import setup setup( name='vpython', packages=['vpython'], version='0.2.0b12', descri...
Python
0
@@ -299,17 +299,17 @@ '0.2.0b1 -2 +3 ',%0A d
1b2bf239a8357f5de9fcfab2f9f6fe2fd9557db3
Make python3 compatible.
setup.py
setup.py
# -*- coding: utf-8 -*- # Copyright (C) 2012-2014 MUJIN Inc from distutils.core import setup try: from mujincommon.setuptools import Distribution except ImportError: from distutils.dist import Distribution version = {} execfile('python/mujincontrollerclient/version.py', version) setup( distclass=Distribut...
Python
0
@@ -229,12 +229,13 @@ exec -file +(open ('py @@ -272,16 +272,24 @@ sion.py' +).read() , versio
a086b5592c1a1cd94e4744027ac6180095122314
Bump verison number for PyPi
setup.py
setup.py
import os import sys from distutils.util import convert_path from fnmatch import fnmatchcase from setuptools import setup, find_packages version = '0.1.8' # Provided as an attribute, so you can append to these instead # of replicating them: standard_exclude = ('*.py', '*.pyc', '*$py.class', '*~', '.*', '*.bak') stand...
Python
0.000002
@@ -150,9 +150,9 @@ 0.1. -8 +9 '%0A%0A#
8b0dc1ac533c566060020723252c7dfd5551fc8f
Update pytest-cov requirement from <2.11.0,>=2.8.1 to >=2.8.1,<2.12.0 (#612)
setup.py
setup.py
from setuptools import find_packages, setup def readme(): with open("README.md", "r") as f: return f.read() setup( name="larq", version="0.10.2", python_requires=">=3.6", author="Plumerai", author_email="opensource@plumerai.com", description="An Open Source Machine Learning Libra...
Python
0.00001
@@ -1100,17 +1100,17 @@ 8.1,%3C2.1 -1 +2 .0%22,%0A
3249702ba601377dd21daab2131d851aeb90a6ff
update dependency of chilero to >=3.4.2
setup.py
setup.py
import setuptools setup_params = dict( name='chilero_pg', use_scm_version=True, namespace_packages=['chilero'], packages=setuptools.find_packages(), include_package_data=True, url='https://github.com/dmonroy/chilero.pg', author='Darwin Monroy', author_email='contact@darwinmonroy.com', ...
Python
0
@@ -428,12 +428,11 @@ %3E=0. -3.10 +4.2 '%0A
87fd39eafd4a2d8310a9273136a95438b7c36f56
fix blessings requirement to allow 1.5, don't require <2
setup.py
setup.py
from setuptools import setup import ast import os def version(): """Return version string.""" with open(os.path.join('curtsies', '__init__.py')) as input_file: for line in input_file: if line.startswith('__version__'): return ast.parse(line).body[0].value.s setup(name='curt...
Python
0.000009
@@ -658,17 +658,12 @@ ngs%3E += 1.5 -, %3C2.0 '%0A
d825a89a1d4d19f9979504078f0091493f41677e
Bump version.
setup.py
setup.py
from setuptools import setup setup(name='execution-trace', version='1.0.0', description='Record the state of Python functions as they execute.', url='http://github.com/mihneadb/python-execution-trace', author='Mihnea Dobrescu-Balaur', author_email='mihnea@linux.com', license='MIT'...
Python
0
@@ -74,17 +74,17 @@ on='1.0. -0 +1 ',%0A
f1527402bc4ca40e638022d611920e855df1244e
use right url and name in setup
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup with open('README.md') as f: readme = f.read() setup(name='meteor-ddp', version='0.1.0', description='An event driven meteor client', long_description=readme, license='MIT', author='Harrison Harnisch', author_email='hharnisc@gmail.com', ...
Python
0
@@ -110,26 +110,29 @@ p(name=' +python- meteor --ddp ',%0A v @@ -356,18 +356,21 @@ isc/ +python- meteor --ddp ',%0A
65dcbf1894444208a0a18cf1993da8b5b7844044
Fix #14 -- pip not installing full package
setup.py
setup.py
#!/usr/bin/env python """How to release a new version: https://packaging.python.org/en/latest/distributing.html#uploading-your-project-to-pypi""" from businesstime import __version__ try: from setuptools import setup except ImportError: from distutils.core import setup setup( name='businesstime', ve...
Python
0
@@ -183,17 +183,8 @@ __%0A%0A -try:%0A from @@ -206,64 +206,22 @@ ort -setup%0Aexcept ImportError:%0A from distutils.core import +find_packages, set @@ -357,72 +357,74 @@ ges= -%5B%0A 'businesstime',%0A 'businesstime.holidays',%0A %5D +find_packages(),%0A include_package_data=True,%0A ...
4c307de8e4efc3f43218d438c1465c3c60ab91b7
Bump version to 0.21.0
setup.py
setup.py
from setuptools import setup, find_packages __version__ = '0.20.0' 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
@@ -57,17 +57,17 @@ _ = '0.2 -0 +1 .0'%0A%0A%0Ase
2399c500a43ed4b6eec7f79dce51166c98503721
update version
setup.py
setup.py
from setuptools import setup setup( version = '1.2.15', name = 'dotmap', packages = ['dotmap'], # this must be the same as the name above description = 'ordered, dynamically-expandable dot-access dictionary', author = 'Chris Redford', author_email = 'credford@gmail.com', url = 'https://github.com/drgrib/dotmap'...
Python
0
@@ -51,9 +51,9 @@ .2.1 -5 +6 ',%0A%09
13de2353047e22390964497b536f4647f44ad89b
Bump version to 0.30.1
setup.py
setup.py
from setuptools import setup, find_packages __version__ = '0.30.0' 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.30. -0 +1 '%0A%0A%0Asetu
782733ef64fd16418a48f9bca1b288efcb26d057
Add a few more entrypoints for defaults.
setup.py
setup.py
#!/usr/bin/env python import os from setuptools import setup def readreq(filename): result = [] with open(filename) as f: for req in f: req = req.partition('#')[0].strip() if not req: continue result.append(req) return result def readfile(fil...
Python
0
@@ -1678,32 +1678,367 @@ le',%0A %5D,%0A + 'turnstile.redis_client': %5B%0A 'redis = redis:StrictRedis',%0A %5D,%0A 'turnstile.connection_class': %5B%0A 'redis = redis:Connection',%0A 'unix_domain = redis:UnixDomainSocketConnection',%0A %5D,%0A ...
18db3bf628d1d18a381b70bed936a1173eb00aa5
fix for requirements.txt environment markers
setup.py
setup.py
# -*- coding: utf-8 -*- import os import codecs import re import sys import shutil from setuptools import setup, find_packages try: # for pip >= 10 from pip._internal.req import parse_requirements except ImportError: # for pip <= 9.0.3 from pip.req import parse_requirements PACKAGE = "business_logic" NAME = ...
Python
0
@@ -3840,16 +3840,68 @@ +'%7B%7D; %7B%7D'.format(x.req, x.markers) if x.markers else str(x.re
845d0b2a35d1828ff4b867c8141d2e0ed5605095
version 0.3 for build
setup.py
setup.py
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from setuptools import setup, find_packages import os setup( name="graphpype", version='0.0.2', packages=find_packages(), author="David Meunier", description="Graph analysis for neuropycon (using nipype, and ephypype); based on previous packages dmgra...
Python
0
@@ -146,9 +146,9 @@ 0.0. -2 +3 ',%0A
54b1c8bcfadae586e33cfff7813c8066ca50560d
update version number
setup.py
setup.py
#from distutils.core import setup from setuptools import setup, Extension from os.path import exists from subprocess import call sa = Extension('dsts.sa', include_dirs=['dsts/external/dstc/SAIS-SK/src/'], sources=['dsts/samodule.cpp', 'dsts/external/dstsc/SAIS-SK/src/mmap.cpp', '...
Python
0.000002
@@ -1256,9 +1256,9 @@ =%220. -7 +8 %22,%0A
ff8b2a2584a85d1df49667e87d4c894b644cc02a
bump version
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='hopsutil', version='0.7.2', author='Robin Andersson', author_email='robin2@kth.se', description='A helper library for Hops that facilitates development by hi...
Python
0
@@ -168,17 +168,17 @@ on='0.7. -2 +3 ',%0A a @@ -584,17 +584,17 @@ ive/0.7. -2 +3 .tar.gz'
6b7da0bbda76360f22fa95c8bb1a38c59920e16a
Bump version 0.6.5
setup.py
setup.py
from __future__ import print_function import os from setuptools import setup, find_packages from distutils.command.build import build as _build executables = [ 'jpegoptim', 'pngcrush', 'optipng', 'convert', # From GraphicsMagick or ImageMagick. 'lessc', 'r.js', 'postcss', ] def which(e...
Python
0.000001
@@ -924,17 +924,17 @@ on='0.6. -4 +5 ',%0A
fe37e213cd3567af85922d7f56e0a8a9c2f2b2e7
version bump
setup.py
setup.py
#!/usr/bin/env python import codecs from setuptools import setup try: codecs.lookup('mbcs') except LookupError: ascii = codecs.lookup('ascii') codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs')) VERSION = '0.4.3' setup( name='steem', version=VERSION, description='Python ...
Python
0.000001
@@ -239,17 +239,17 @@ = '0.4. -3 +4 '%0A%0Asetup @@ -627,40 +627,18 @@ p:// -www.github.com/xeroc/python-stee +pysteem.co m',%0A
e1a900485e1917d251336e104d2a4c18774c62e4
Bump version
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright 2015 grafana-dashboard-builder contributors # # 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/LICENS...
Python
0
@@ -1490,9 +1490,10 @@ 1.0a -9 +10 ',%0A
019cb2986e902bf36bc5c1ed1dd4b612f288b0f5
add bdist_mpkg to setuptools command list
setup.py
setup.py
#!/usr/bin/env python # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: import os from os.path import join as pjoin, exists import sys from glob import glob from distutils import log # BEFORE importing distutils, remove MANIFEST. distutils doesn't properl...
Python
0
@@ -2112,17 +2112,16 @@ t_dumb', - %0A @@ -2190,16 +2190,42 @@ stall',%0A + 'bdist_mpkg',%0A
fb166c2afa110b758efbc8aeae9ff177050bfa0c
Add correct filename in OnionLauncher ui directory
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup import sys setup(name="OnionLauncher", version="0.0.1", description="Launcher for Tor", license = "BSD", author="Neel Chauhan", author_email="neel@neelc.org", url="https://www.github.com/neelchauhan/OnionLauncher/", packages=["OnionLauncher"], entry_points={'...
Python
0.000003
@@ -410,20 +410,24 @@ her%22: %5B%22 -data +ui_files /*%22%5D%7D,%0A%09
f3c72bae983dd5ed5ead47573120fb48f3bac521
Update pypi.python.org URL to pypi.org
setup.py
setup.py
#!/usr/bin/env python from io import open from setuptools import find_packages, setup setup( name='django-debug-toolbar', version='1.9.1', description='A configurable set of panels that display various debug ' 'information about the current request/response.', long_description=open('R...
Python
0
@@ -506,23 +506,19 @@ ypi. -python.org/pypi +org/project /dja @@ -530,24 +530,25 @@ ebug-toolbar +/ ',%0A licen
6a0f3af96e331882e620c6d6bffe020979323f26
Create a PIP-installable package
setup.py
setup.py
from distutils.core import setup setup( name='logcandy', version='0.1.0', author='Wojciech Gaca', author_email='wmgaca@gmail.com', packages=['logcandy'], scripts=[], url='http://github.com/wmgaca/logcandy', license='LICENSE.txt', description='Python logging utils.', long_descrip...
Python
0.000001
@@ -249,20 +249,16 @@ 'LICENSE -.txt ',%0A d @@ -331,11 +331,10 @@ DME. -txt +md ').r
a216f8ca01afa17e42079077c03e00313aea8fd0
Update github url on pypi
setup.py
setup.py
#!/usr/bin/env python #------------------------------------------------------------------------- # Copyright (c) Microsoft. 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...
Python
0
@@ -1282,15 +1282,8 @@ com/ -Windows Azur
3c8c94d8a5ba208a8cc5d5f1d389125af79834d2
Add missing packages to setup.py
setup.py
setup.py
# -*- coding: utf-8 -*- from __future__ import print_function from setuptools import setup, find_packages import os import stat import sys #VERSION="2.1dev4" VERSION="3.2" # Taken from kennethreitz/requests/setup.py package_directory = os.path.realpath(os.path.dirname(__file__)) def get_file_contents(file_path): ...
Python
0
@@ -2044,16 +2044,62 @@ %3E=5.0.6%22 +,%0A %22flask-versioned%3E=0.9.4%22 %0A
a8f36f4cbab4f4740c632cc9f9831c9626f52220
Bump version to v0.5.1
setup.py
setup.py
# -*- coding: utf-8 -*- from os import path, chdir, pardir from setuptools import setup, find_packages README = open(path.join(path.dirname(__file__), 'README.rst')).read() # allow setup.py to be run from any path chdir(path.normpath(path.join(path.abspath(__file__), pardir))) setup( name="django-onfido", ve...
Python
0
@@ -324,17 +324,17 @@ on=%220.5. -0 +1 %22,%0A p
1c510e27027cf2490a69b8ce351a468c588e62a6
Add isodate dependency - anticipating datetime fix.
setup.py
setup.py
#!/usr/bin/env python import sys import re def setup_python3(): # Taken from "distribute" setup.py from distutils.filelist import FileList from distutils import dir_util, file_util, util, log from os.path import join tmp_src = join("build", "src") log.set_verbosity(1) fl = FileList() ...
Python
0
@@ -920,18 +920,16 @@ True%0A - # kwargs%5B @@ -929,16 +929,24 @@ kwargs%5B' +install_ requires @@ -956,14 +956,52 @@ = %5B' -bsddb3 +isodate'%5D%0A kwargs%5B'requires'%5D = %5B'isodate '%5D%0A @@ -1088,24 +1088,24 @@ mport setup%0A - kwar @@ -1140,16 +1140,106 @@ lector%22%0A + kwargs%5...
b70b7cba81914f731445272408cbedd809fad011
version update
setup.py
setup.py
from setuptools import setup, find_packages setup(name='googlefinance', version='0.1', description='Package to retrive current quotes, historical prices, and descriptive details from Google Finance.', author='Alex Curto', license='MIT', packages=find_packages(), install_requires=[ ...
Python
0.000001
@@ -87,9 +87,9 @@ ='0. -1 +2 ',%0A
3352920f7e92e2732eb2914313bdee6b5ab7f549
Fix bin scripts having python2 or python3 specific path.
setup.py
setup.py
# -*- coding: utf-8 -*- # Copyright (C) 2012-2014 MUJIN Inc from distutils.core import setup try: from mujincommon.setuptools import Distribution except ImportError: from distutils.dist import Distribution version = {} exec(open('python/mujincontrollerclient/version.py').read(), version) setup( distclass=...
Python
0.000003
@@ -520,16 +520,201 @@ -scripts= +data_files=%5B%0A # using scripts= will cause the first line of the script being modified for python2 or python3%0A # put the scripts in data_files will copy them as-is%0A ('bin', %5B'bi @@ -804,16 +804,24 @@ nfig.py' +%5D),%0A %5D,%0A l
58ac22761db59f58362a0c25e5961348a67137f1
no hgtools
setup.py
setup.py
from setuptools import setup, find_packages import os # The version of the wrapped library is the starting point for the version number of the python package. # In bugfix releases of the python package, add a '-' suffix and an incrementing integer. # For example, a packaging bugfix release version 1.4.4 of the js.jque...
Python
0.999709
@@ -1131,42 +1131,8 @@ se,%0A - setup_requires=%5B'hgtools'%5D,%0A
fb70f949437a1dbf5117f634a966c05fa8da0c63
package data
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup import os __version__ = '1.0' # identify main version of dohq-tfs tool devStatus = '4 - Beta' # default build status, see: https://pypi.python.org/pypi?%3Aaction=list_classifiers if 'TRAVIS_BUILD_NUMBER' in os.environ and 'TRAVIS_BRANCH' i...
Python
0.000001
@@ -2466,30 +2466,10 @@ '. +. / -tfs/*'%0A%0A ' LICE @@ -2487,16 +2487,19 @@ ' +../ README.m
71dcfe9343e8dd408f75eb12ddbbec038fab4b75
update setup.py
setup.py
setup.py
# -*- coding: utf-8 -*- import sys import os from distutils.core import setup from setuptools import find_packages ######### # settings ######### project_var_name = "pymmails" sversion = "0.2" versionPython = "%s.%s" % (sys.version_info.major, sys.version_info.minor) path = "Lib/site-packages/" + project_var_name rea...
Python
0.000001
@@ -1638,16 +1638,23 @@ version%22 +, %22lab%22 %7D:%0A
89901677819f219423e56fc1a19c2942c9d0bdeb
Increment version to 0.2.0.
setup.py
setup.py
#-*- coding: utf-8 -*- # # setup.py # anytop # # Created by Lars Yencken on 2011-10-09. # Copyright 2011 Lars Yencken. All rights reserved. # from distutils.core import setup setup( name='anytop', version='0.1.2', description='Streaming frequency distribution viewer.', long_description=open('READM...
Python
0.000001
@@ -219,11 +219,11 @@ ='0. -1.2 +2.0 ',%0A
8e94134c4b6d6509cd515508bb2229c647d6867b
Bump to version 1.0.0. This project will be using Semantic Versioning.
setup.py
setup.py
""" SQLAlchemy-JSONAPI ------------------ JSON API Mixin for SQLAlchemy that aims to meet the full JSON API spec as published at http://jsonapi.org/format. Full documentation is available at: https://github.com/coltonprovias/sqlalchemy-jsonapi """ from setuptools import setup setup(name='SQLAlchemy-JSONAPI', ...
Python
0
@@ -327,11 +327,13 @@ on=' +1. 0. -3 +0 ',%0A
228501299249d4e97d2bd948afea0cfca93b6a4e
Add a generic implementation for the recently introduced `Repository.has_node(path,rev)`
trac/versioncontrol/api.py
trac/versioncontrol/api.py
# -*- coding: iso8859-1 -*- # # Copyright (C) 2005 Edgewall Software # Copyright (C) 2005 Christopher Lenz <cmlenz@gmx.de> # All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms # are also available at http://trac.e...
Python
0
@@ -1368,33 +1368,123 @@ -raise NotImplementedError +try:%0A self.get_node()%0A return True%0A except TracError:%0A return False %0A
52b84607bf473a838d11f5654ddd727c79ce3d01
version 1.0.0 locker added synch decorator added
setup.py
setup.py
""" This script will work from within the main package directory. """ try: from setuptools import setup except: from distutils.core import setup from distutils.util import convert_path import os, sys # set package path and name PACKAGE_PATH = '.' PACKAGE_NAME = 'pyrep' # check python version if sys.version_in...
Python
0
@@ -3855,16 +3855,17 @@ ocker%22,%5D +, %0A
ae5b71fbc1535c6d3112fced769d5237b48dda93
Add a -v (verbose) option.
redo.py
redo.py
#!/usr/bin/python import sys, os, subprocess import options from helpers import * optspec = """ redo [targets...] -- d,debug print dependency checks as they happen ifchange only redo if the file is modified or deleted ifcreate only redo if the file is created """ o = options.Options('redo', optspec) (opt, flags...
Python
0.000005
@@ -161,16 +161,58 @@ happen%0A +v,verbose print commands as they are run%0A ifchange @@ -2793,16 +2793,60 @@ mpname%5D%0A + if REDO_VERBOSE:%0A argv%5B1%5D += 'v'%0A log( @@ -3592,16 +3592,154 @@ d 1 or 0 +%0Aif opt.verbose:%0A REDO_VERBOSE = 1%0A os.putenv('REDO_VERBOSE', '1')%0Aelse:%0A ...
028afb2d0cecc90d198994fe8799764588c52dad
Set version = 1.2
setup.py
setup.py
#!/usr/bin/env python #coding: utf-8 from setuptools import setup, find_packages from os.path import join, dirname setup( name='mosecom_air', version='1.1', description='Web service dedicated to air pollution in Moscow.', long_description=open('README.md').read(), author='elsid', author_email=...
Python
0.999996
@@ -156,17 +156,17 @@ sion='1. -1 +2 ',%0A d
d543286e998f76ebc915efb5366218d23faa195b
Bump sql-metadata from 1.5.0 to 1.7.0
setup.py
setup.py
from setuptools import setup, find_packages from indexdigest import VERSION # @see https://packaging.python.org/tutorials/packaging-projects/#creating-setup-py with open("README.md", "r") as fh: long_description = fh.read() # @see https://github.com/pypa/sampleproject/blob/master/setup.py setup( name='indexd...
Python
0.000002
@@ -1901,17 +1901,17 @@ data==1. -5 +7 .0',%0A
ab5c466005f796c8c757e13ed0f3ed64dd5bfbae
bump version
setup.py
setup.py
#!/usr/bin/env python3 # publish on pypi # --------------- # $ python3 setup.py sdist # $ twine upload dist/imagecluster-x.y.z.tar.gz import os from setuptools import setup here = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(here, 'README.rst'), encoding='utf-8') as fd: long_description ...
Python
0
@@ -374,17 +374,17 @@ sion='0. -3 +4 .0',%0A
fca083b024349ac66bac77b8e491b417a89f790c
disable openmp for windows
setup.py
setup.py
import glob import os.path import platform import sys import warnings import logging from setuptools import Extension, setup NAME = 'implicit' VERSION = '0.1.4' SRC_ROOT = 'implicit' try: from Cython.Build import cythonize has_cython = True except ImportError: has_cython = False is_dev = 'dev' in VERSI...
Python
0
@@ -1443,19 +1443,8 @@ = %5B -'/openmp', '/O2 @@ -1471,17 +1471,8 @@ = %5B -'/openmp' %5D%0A
2211bcc8b52ac06ef835609fd8a5b4fae8c13099
Version 1.6.1.
setup.py
setup.py
import os from setuptools import setup, find_packages # Utility function to read the README file. # From http://packages.python.org/an_example_pypi_project/setuptools.html. def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() setup(name="nodebox-opengl", version="1.6"...
Python
0
@@ -312,16 +312,18 @@ ion=%221.6 +.1 %22,%0D%0A
c415ca1152e9d82c4fbecdcea331e97d074ef30f
change start visibility of button
trunk/editor/arearesize.py
trunk/editor/arearesize.py
#!/usr/bin/env python from PyQt4.QtGui import * from PyQt4.QtCore import * from structdata.project import g_project class ResizeButton(QPushButton): def sizeHint(self): return QSize(10, 10) def __init__(self, parent=None): super(ResizeButton, self).__init__(parent) self.setStyleSheet...
Python
0
@@ -1633,35 +1633,36 @@ tton.setVisible( -Tru +Fals e)%0A i
8f0635d41c5da5d844aa5219794134fe1d608896
Fix URL in setup.py
setup.py
setup.py
#!/usr/bin/env python import os import sys import io try: import setuptools except ImportError: from distribute_setup import use_setuptools use_setuptools() from setuptools import setup, Extension from setuptools import find_packages extra_compile_args = [] if os.name == 'nt' else ["-g", "-O2", "-march=nat...
Python
0.000002
@@ -1478,12 +1478,25 @@ koehler/ +cv_algorithms %22%0A)%0A
2e08fc46892dc7ef257eb27e99356f8ba6b36ad7
add dev requirements
setup.py
setup.py
import piprepo from setuptools import find_packages, setup setup( name="piprepo", version=piprepo.__version__, url="https://github.com/colinhoglund/piprepo", description=piprepo.__description__, packages=find_packages(), entry_points={ 'console_scripts': ['piprepo=piprepo.command:main']...
Python
0
@@ -355,16 +355,70 @@ p%3E=8%22%5D,%0A + extras_require=%7B%0A 'dev': %5B'flake8'%5D%0A %7D,%0A lice
0747e82b1441aaec28179d94a02f9b9d24f45bff
Count up the version number
setup.py
setup.py
"""A setuptools based setup module. See: https://packaging.python.org/en/latest/distributing.html https://github.com/pypa/sampleproject """ import setuptools as st from codecs import open from os import path import numpy here = path.abspath(path.dirname(__file__)) # Get the long description from the relevant file ...
Python
0.999666
@@ -676,17 +676,17 @@ on='0.0. -0 +1 ',%0A%0A
204b9e58a156e4f0faf7a240b5923a7c0f305c09
update setup.py to bootstrap numpy installation
setup.py
setup.py
from setuptools import setup, Extension import numpy # to publish use: # > python setup.py sdist upload # which depends on ~/.pypirc def run_setup(with_binary): ext_modules = [] if with_binary: ext_modules.append( Extension('shap._cext', sources=['shap/_cext.cc'], include_dirs=[numpy.get_i...
Python
0
@@ -37,20 +37,72 @@ ion%0A -import numpy +from setuptools.command.build_ext import build_ext as _build_ext %0A%0A# @@ -180,16 +180,451 @@ pypirc%0A%0A +# Extend the default build_ext class to bootstrap numpy installation%0A# that are needed to build C extensions.%0A# see https://stackoverflow.com/questions/19919905...
85a7e2deeb60de60b04ca282c963157d692f348f
remove pyqtgraph library
setup.py
setup.py
#!/usr/bin/env python import os import sys try: from setuptools import setup, find_packages except ImportError: raise ImportError("Install setup tools") try: import PyQt4 except ImportError: raise ImportError("Install PyQt4") try: import numpy as np except ImportError: raise ImportError("Ins...
Python
0.000001
@@ -1050,32 +1050,8 @@ a/*%22 -, %22resources/pictures/*%22 %5D%7D,%0A @@ -1098,48 +1098,8 @@ '),%0A - install_requires=%5B'pyqtgraph'%5D,%0A
16d509f2ff1af0f7588f302323c883edcd4384b4
Move schema salad minimum version back to earlier version.
setup.py
setup.py
#!/usr/bin/env python import os import sys import shutil import setuptools.command.egg_info as egg_info_cmd from setuptools import setup, find_packages SETUP_DIR = os.path.dirname(__file__) README = os.path.join(SETUP_DIR, 'README.rst') try: import gittaggers tagger = gittaggers.EggInfoFromGit except Import...
Python
0
@@ -880,9 +880,9 @@ 1.1 -7 +4 ',%0A
05f2d3b2d90cbc4a039e10533ff4ba50ccaeaa59
Upgrade dependency moto to ==1.0.1 (#829)
setup.py
setup.py
""" Lemur ===== Is a TLS management and orchestration tool. :copyright: (c) 2015 by Netflix, see AUTHORS for more :license: Apache, see LICENSE for more details. """ from __future__ import absolute_import import sys import json import os.path import datetime from distutils import log from distutils.core import Comm...
Python
0
@@ -1729,17 +1729,17 @@ to==1.0. -0 +1 ',%0A '
da74aa7b9c3b227fb449e0e8016d3511efcf315d
Add PyPy to classifiers
setup.py
setup.py
import re from setuptools import setup with open('demands/__init__.py') as init_py: metadata = dict(re.findall("__([a-z]+)__ = '([^']+)'", init_py.read())) with open('README.rst') as readme_file: readme = readme_file.read() setup( name='demands', version=metadata['version'], description=metadata...
Python
0
@@ -1091,16 +1091,84 @@ : 3.4',%0A + 'Programming Language :: Python :: Implementation :: PyPy',%0A
ce12010ebd6446defac54a481679c02129dc6613
update linear
tensorgraph/layers/linear.py
tensorgraph/layers/linear.py
import tensorflow as tf from template import Template class Linear(Template): def __init__(self, prev_dim=None, this_dim=None, W=None, b=None): """ DESCRIPTION: This is a fully connected layer PARAM: prev_dim (int): dimension of previous layer this_dim ...
Python
0.005673
@@ -2521,19 +2521,8 @@ one, - ndim=None, W=N @@ -2712,17 +2712,21 @@ ion %5BN, -n +prev_ dim%5D and
944df739983244aaacb90314d0d0ec3046042959
Fix package setup
setup.py
setup.py
#!/usr/bin/env python """Distutils setup script for packaging and distribution.""" import pathlib import setuptools PROJECT_ROOT = pathlib.Path(__file__).parent PROJECT_NAME = 'tvmaze' PROJECT_VERSION = '0.1.0' PROJECT_URL = 'https://github.com/tvmaze/tvmaze' PROJECT_LICENSE = 'MIT License' PROJECT_DESCRIPTION = 'A...
Python
0.000001
@@ -113,16 +113,99 @@ ptools%0A%0A +PROJECT_AUTHOR = 'Labrys of Knossos'%0APROJECT_AUTHOR_EMAIL = 'labrys.git@gmail.com'%0A PROJECT_ @@ -1177,16 +1177,82 @@ T_NAME,%0A + author=PROJECT_AUTHOR,%0A author_email=PROJECT_AUTHOR_EMAIL,%0A vers
918dd5165ae95514495bd22ed3a689b0fd2c6012
Refactor setup.py's VERSION extraction.
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- # # IceCream - A little library for sweet and creamy print debugging. # # Ansgar Grunseid # grunseid.com # grunseid@gmail.com # # License: MIT # import os import re import sys from os.path import dirname, join as pjoin from setuptools import setup, find_packages, Command ...
Python
0
@@ -449,64 +449,73 @@ -VERSION = re.compile(%0A r%22.*__version__ = '(.*?)'%22 +regex = r%22.*__version__ = '(.*?)'%22%0A VERSION = re.compile(regex , re
f6e1db00281fc01b9e009aa6cabb0727ee80385c
Add oedialect to dependency list
setup.py
setup.py
"""This file is part of DING0, the DIstribution Network GeneratOr. DING0 is a tool to generate synthetic medium and low voltage power distribution grids based on open data. It is developed in the project open_eGo: https://openegoproject.wordpress.com DING0 lives at github: https://github.com/openego/ding0/ The docume...
Python
0
@@ -1683,16 +1683,53 @@ y %3C 1.0' +,%0A 'oedialect' %0A
d361911d682b5d6d2ffd8a9122544e4389aded23
Version bump
setup.py
setup.py
import codecs import os try: # for pip >= 10 from pip._internal.req import parse_requirements except ImportError: # for pip <= 9.0.3 from pip.req import parse_requirements from setuptools import setup, find_packages VERSION = "1.19.4" AUTHOR = "Mike Lissner" EMAIL = "info@free.law" HERE = os.path.abspath(o...
Python
0.000001
@@ -242,9 +242,9 @@ .19. -4 +5 %22%0AAU
dfaf7ec8b2ac6143cbdd0231418df0c7cbf8fb0c
add Beaker dependency
setup.py
setup.py
from setuptools import setup setup( name="pump", version="0.1.1", description="A web application library.", author="Adeel Ahmad Khan", author_email="adeel@adeel.ru", packages=["pump", "pump.util", "pump.middleware"], license="MIT", classifiers=[ 'Topic :: Internet :: WWW/HTTP :: WSGI', 'Develop...
Python
0
@@ -60,17 +60,17 @@ on=%220.1. -1 +2 %22,%0A des @@ -223,16 +223,47 @@ ware%22%5D,%0A + install_requires=%5B%22Beaker%22%5D,%0A licens
4d1e7573e52add8ff04d6a9e86862e07a6576d17
Increase version in setup.py
setup.py
setup.py
import os from setuptools import setup # 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) PACKAGE = 'pybb' for dirpath, dirnames, filenames in os.walk(PACKAGE): ...
Python
0
@@ -826,9 +826,9 @@ 0.1. -2 +3 ',%0A
c562234ca72e3f3a3cf96983b5d4f3c2874430e7
Add python constants module to setup.py
setup.py
setup.py
import os import sys from fnmatch import fnmatchcase from distutils.util import convert_path from distutils.core import setup, Extension import numpy # import numba import gen_type_conversion from Cython.Distutils import build_ext from Cython.Distutils.extension import Extension as CythonExtension if sys.version_in...
Python
0.000003
@@ -3649,32 +3649,234 @@ ythonExtension(%0A + name = %22numba.pyconsts%22,%0A sources = %5B%22numba/pyconsts.pyx%22%5D,%0A depends = %5B%22numba/_pyconsts.pxd%22%5D,%0A include_dirs=%5Bnumba_include_dir%5D),%0A CythonExtension(%0A name
0a834f03114698b75d7c5e2c7a01276781072ff9
Bump patch version
setup.py
setup.py
from setuptools import setup name = 'turbasen' VERSION = '2.4.3' setup( name=name, packages=[name], version=VERSION, description='Client for Nasjonal Turbase REST API', long_description='See https://github.com/Turbasen/turbasen.py/blob/master/README.md', author='Ali Kaafarani', author_emai...
Python
0
@@ -56,17 +56,17 @@ = '2.4. -3 +5 '%0A%0Asetup
9e7129d5a3a2c625ab0d97ecb50c030e2a258014
Add package
setup.py
setup.py
#!/usr/bin/env python """ Copyright 2015 ARC Centre of Excellence for Climate Systems Science author: Scott Wales <scott.wales@unimelb.edu.au> 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 h...
Python
0.000001
@@ -954,16 +954,32 @@ 'ftools' +,'ftools.parser' %5D,%0A
de5e68913d268399533a3d70e21497cf5c36d2c1
bump version to 1.0.2
setup.py
setup.py
import os from setuptools import setup def read(relpath): filename = os.path.join(os.path.dirname(__file__), relpath) with open(filename) as f: return f.read() setup( name='txpool', version='1.0.0', description='A persistent process pool in Python for Twisted', long_description=read(...
Python
0
@@ -216,17 +216,17 @@ on='1.0. -0 +2 ',%0A d
ddf643a62a1b1d7cd5d6eaa6e8dc27209d64c97d
fix setup.py
setup.py
setup.py
import os import glob import fnmatch from sacrud import version from setuptools import setup def opj(*args): path = os.path.join(*args) return os.path.normpath(path) badnames = [".pyc", ".py", "~", "no_"] def find_data_files(srcdir, *wildcards, **kw): # get a list of all files under the srcdir matching...
Python
0.000001
@@ -1515,74 +1515,8 @@ ud', - 'sacrud.common', 'sacrud.action', 'sacrud.exttype',%0A 'sa @@ -2082,53 +2082,8 @@ %5D,%0A - 'sacrud.pyramid_ext': %5B'tests/*.py'%5D%0A
32e91504e6ea6ac4c09b4688eeefd4d3034824ff
add cython to setup_requires
setup.py
setup.py
""" hdmedians: High-dimensional medians. """ import numpy as np from setuptools import setup, find_packages, Extension from Cython.Build import cythonize extensions = [Extension('hdmedians.geomedian', ['hdmedians/geomedian.pyx'], include_dirs = [np.get_include()])] se...
Python
0
@@ -400,16 +400,34 @@ se%3E=1.0' +, 'Cython %3E= 0.16' %5D,%0A @@ -449,15 +449,8 @@ es=%5B -'six', 'num @@ -716,14 +716,8 @@ sions))%0A -
8d3d339d27ef4a61f3447dae5d671b2dfc30a9b7
change readme target in setup.py
setup.py
setup.py
from setuptools import setup, find_packages from htmlmin import __version__ README = open('README.md').read() LICENSE = open('LICENSE').read() setup( name='htmlmin', version=__version__, license='BSD', description='An HTML Minifier', long_description=README, url='https://htmlmin.readthedocs.or...
Python
0
@@ -96,10 +96,11 @@ DME. -md +rst ').r
07b11f05e3cce7e76d80e115c388087bcb7a633b
Change setup.py description of quickplots
setup.py
setup.py
from setuptools import setup setup( name="quickplots", version="2.1.0", description="A simple plotting library", long_description="A Python plotting library with simplicty and intuition as its primary goals", url="https://quickplots.readthedocs.io", author="Sam Ireland", author_email="mail@samireland.com", lic...
Python
0
@@ -130,23 +130,33 @@ ption=%22A - Python +n object-oriented plottin @@ -169,57 +169,57 @@ ary -with simplicty and intuition as its primary goals +for Python, with simplicity as its principal aim. %22,%0A
bb2f5ec13cd452b92a197d14ff7629d01d8b35c7
Update Django version used w/ Python 2.7 (1.10 => 1.11)
setup.py
setup.py
import sys from setuptools import find_packages, setup py_version = sys.version_info[:2] py_version_dotted = '{0.major}.{0.minor}'.format(sys.version_info) supported_py_versions = ('2.7', '3.3', '3.4', '3.5', '3.6') if py_version_dotted not in supported_py_versions: sys.stderr.write('WARNING: django-local-sett...
Python
0
@@ -1002,15 +1002,15 @@ =1.1 -0 +1 ,%3C1.1 -1 +2 ',%0Ai
22b7d0c02d8295a4a8c3a1c9b4ae00a23137b1e6
Update tox dep to latest (3.14.0)
setup.py
setup.py
# Copyright 2019 3YOURMIND GmbH # 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, soft...
Python
0
@@ -1760,17 +1760,18 @@ %22tox==3. -9 +14 .0%22,%0A
916f426c93c3d3de8f5412bdf46b832b14fc7978
Add support for custom function in setup.py
setup.py
setup.py
#!/usr/bin/env python3 from setuptools import setup from os import path here = path.abspath(path.dirname(__file__)) try: with open(path.join(here, 'README.md')) as f: long_description = f.read() except: long_description = '' setup( name='pynetatmo', version='0.0.1', description='Netatmo ...
Python
0
@@ -242,15 +242,28 @@ ''%0A%0A +try:%0A setup(%0A + @@ -284,16 +284,20 @@ o',%0A + + version= @@ -305,16 +305,20 @@ 0.0.1',%0A + desc @@ -366,16 +366,20 @@ ython',%0A + long @@ -413,16 +413,20 @@ on,%0A + + url='htt @@ -463,24 +463,28 @@ tatmo.git',%0A + ...
03499b7a1cf7491aa3b9a67ff573442a5c925a2e
Bump version number.
setup.py
setup.py
#!/usr/bin/env python # coding: utf-8 from setuptools import setup setup( name='crater', version='0.5', description='A dependency management system', author='Martin Vejnár', author_email='vejnar.martin@gmail.com', url='https://github.com/avakar/crater', license='MIT', packages=['crat...
Python
0
@@ -107,9 +107,9 @@ ='0. -5 +6 ',%0A%0A
897c034754d4a1b4dc8e2e311109642dd27811ca
version bump;
setup.py
setup.py
import re from setuptools import setup, find_packages ''' References: https://python-packaging-user-guide.readthedocs.org/en/latest/ https://docs.python.org/3.5/distributing/index.html#distributing-index https://github.com/jgehrcke/python-cmdline-bootstrap http://www.pyinstaller.org/ Installation Packages: pip instal...
Python
0
@@ -471,9 +471,9 @@ l-2. -6 +7 .tar
a6f1ea90cde8282075b3dedda9162da4ad731792
update authors
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- import os from setuptools import find_packages, setup package_name = "culqi" package_path = os.path.abspath(os.path.dirname(__file__)) repositorty_url = "https://github.com/culqi/culqi" long_description_file_path = os.path.join(package_path, "README.md") long_description ...
Python
0
@@ -797,21 +797,40 @@ irre - - Culqi Team +, Joel Ibaceta, Martin Josemar%C3%ADa %22,%0A
a53e1a56460f197ae11a078f036d2a2ac9342fc3
Bump to v0.11.1
setup.py
setup.py
from setuptools import setup, find_packages PACKAGES_DATA = {'esios': ['data/*.xsd']} setup( name='esios', version='0.11.0', packages=find_packages(), url='https://github.com/gisce/esios', license='MIT', install_requires=['libsaas'], author='GISCE-TI, S.L.', author_email='devel@gisce.n...
Python
0
@@ -124,17 +124,17 @@ n='0.11. -0 +1 ',%0A p
8aba69624d0719a9912302c492e05d1988bd1c31
Add licensing info to setup.py
setup.py
setup.py
from distutils.core import setup setup( name='flickrsaver', version='0.1', description='A screensaver for Flickr enthusiasts', author='Johannes H. Jensen', author_email='joh@pseudoberries.com', url='http://github.com/joh/Flickrsaver', requires=[ 'clutter (>=1.0.3)', 'flickra...
Python
0
@@ -133,16 +133,80 @@ iasts',%0A + url='http://github.com/joh/Flickrsaver',%0A license='BSD',%0A auth @@ -280,48 +280,8 @@ -url='http://github.com/joh/Flickrsaver', %0A
784721e01dec512a60cdb2b68caa227e39b3a9fb
Check cython version.
setup.py
setup.py
#!/usr/bin/env python import glob import os import sys from distutils.core import setup, Extension from distutils.sysconfig import get_python_lib try: from Cython.Distutils import build_ext except: build_ext = None import numpy # deal with required data #for the time being there is no doc directory FISX_DATA_D...
Python
0
@@ -187,16 +187,114 @@ ild_ext%0A + from Cython.Compiler.Version import version%0A if version %3C %220.17%22:%0A build_ext = None%0A except:%0A
df7e7b7a220dcfefc4d31fc1f01fb1518023c425
Bump version
setup.py
setup.py
import os import unittest from setuptools import setup, find_packages PATH = os.path.join(os.path.dirname(__file__), 'README.md') try: import pypandoc README = pypandoc.convert(PATH, 'rst') except ImportError: README = open(PATH).read() os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os...
Python
0
@@ -528,9 +528,9 @@ 1.2. -0 +1 ',%0A
575f824cd0dd43d6c2adae511186cc03303a994b
version 0.2.4
setup.py
setup.py
from setuptools import setup VERSION="0.2.3" setup( name="twitter-monitor", packages=['twitter_monitor'], version=VERSION, download_url='https://github.com/michaelbrooks/twitter-monitor/archive/v%s.zip' % VERSION, url="https://github.com/michaelbrooks/twitter-monitor", author="Michael Brooks...
Python
0.000003
@@ -36,17 +36,17 @@ ON=%220.2. -3 +4 %22%0A%0Asetup
d8ec6ed2e9100f3e9550fda5078e0a6c0f6d144d
bump version to 0.3 + added github url
setup.py
setup.py
from setuptools import setup, find_packages setup(name='conman', version='0.2', license='MIT', author='Gigi Sayfan', author_email='the.gigi@gmail.com', description='Manage configuration files', packages=find_packages(exclude=['tests']), long_description=open('README.md').read(...
Python
0
@@ -80,9 +80,57 @@ ='0. -2 +3',%0A url='https://github.com/the-gigi/conman ',%0A
8f696555df932ef9e87edf108c7ed10904a8b256
Add *ini files in migrations to package data
setup.py
setup.py
#!/usr/bin/env python # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "Li...
Python
0
@@ -1763,16 +1763,25 @@ '*.mako' +, '*.ini' %5D%7D,%0A