Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Update gitpython to 3.1.0 #68

Merged
merged 1 commit into from
Mar 1, 2020

Conversation

pyup-bot
Copy link
Contributor

This PR updates GitPython from 3.0.7 to 3.1.0.

Changelog

3.1.0

=====

* Switched back to using gitdb package as requirement
(`gitdb59 <https://github.com/gitpython-developers/gitdb/issues/59>`_)

3.0.9

=====

* Restricted GitDB (gitdb2) version requirement to < 4
* Removed old nose library from test requirements

Bugfixes
--------

* Changed to use UTF-8 instead of default encoding when getting information about a symbolic reference
(`774 <https://github.com/gitpython-developers/GitPython/issues/774>`_)
* Fixed decoding of tag object message so as to replace invalid bytes
(`943 <https://github.com/gitpython-developers/GitPython/issues/943>`_)

3.0.8

=====

* Added support for Python 3.8
* Bumped GitDB (gitdb2) version requirement to > 3

Bugfixes
--------

* Fixed Repo.__repr__ when subclassed 
(`968 <https://github.com/gitpython-developers/GitPython/pull/968>`_)
* Removed compatibility shims for Python < 3.4 and old mock library
* Replaced usage of deprecated unittest aliases and Logger.warn
* Removed old, no longer used assert methods
* Replaced usage of nose assert methods with unittest
Links

@srevinsaju srevinsaju changed the base branch from master to develop March 1, 2020 09:58
@srevinsaju srevinsaju merged commit 77c3b6b into develop Mar 1, 2020
srevinsaju added a commit that referenced this pull request Mar 6, 2020
* Update gitpython from 3.0.7 to 3.1.0 (#68)
* Release 3.3 Stable (#69)
* Minor bugfixes
srevinsaju added a commit that referenced this pull request Apr 6, 2020
* Update gitpython from 3.0.7 to 3.1.0 (#68)

* Release 3.3 Stable (#69)

* Init downloader

* Add init UI

* Edit Object name of Initializer

* Add support for selecting scrcpy executable

* Fix Toolbar appearance (panel holder)

* Update version

* Add desktop file support for Linux OS

* Amend requirements, add dependency

* PEP8 and Flake8 Fixes

* Remove unnecessary imports in setup.py

* Add dependency pywin32 to windows systems

* Fix desktop function for Windows and Linux

* Fix font manager

* Change modes

* Add windows tools

* update version in version.txt

* update version in ver.py

* Update guiscrcpy_windows spec file

* Fix #75. Fix FileNotFoundError

* Fix mapper to port for Override Resolutions #74

* Remove dependency psutil for MacOS

* Add conditional launching of psutil depending on its installed or not

* Prepare release 3.5

Signed-off-by: Srevin Saju <[email protected]>

* Prepare release 3.5

* Fix appimage config file

* Fix version

* Postpone appimage

Co-authored-by: pyup.io bot <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants