Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow arrow v0.12.1 #210

Merged
merged 2 commits into from
Jun 6, 2018
Merged

Allow arrow v0.12.1 #210

merged 2 commits into from
Jun 6, 2018

Conversation

MinchinWeb
Copy link
Contributor

arrow versions 0.11.0 and 0.12.0 are both broken, but 0.12.1 works. This builds off of #175 and #180.

arrow versions 0.11.0 and 0.12.0 are both broken.
@k4nar
Copy link
Collaborator

k4nar commented Jun 5, 2018

I think we need to drop the Python 3.3 job as well. This is an unsupported version of Python, and apparently it causes issues with Flake8.

@MinchinWeb
Copy link
Contributor Author

That's a decision I can support!

(The error on Travis appears to actually be with wheel, which dropped support for Python 3.3. So then Travis can't get the tox environment set up correctly. "flake8" is just the name of the first environment tox tries to set up.)

@k4nar
Copy link
Collaborator

k4nar commented Jun 6, 2018

(The error on Travis appears to actually be with wheel, which dropped support for Python 3.3. So then Travis can't get the tox environment set up correctly. "flake8" is just the name of the first environment tox tries to set up.)

Ok sorry I misread the error :) .

Copy link
Collaborator

@k4nar k4nar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should remove the classifier from the setup.py as well.

@MinchinWeb
Copy link
Contributor Author

Dropped the classifier from setup.py

@jmaupetit jmaupetit merged commit dd461a3 into jazzband:master Jun 6, 2018
@jmaupetit
Copy link
Contributor

Perfect, thanks!

@MinchinWeb MinchinWeb deleted the update-arrow branch June 7, 2018 16:00
jmaupetit added a commit that referenced this pull request Mar 25, 2019
Added:

- New `add` command (#202)
- Add lunar start time options to the `report` and `log` commands (#215)
- Aggregate reports by day (#231)
- Fish shell completion (#239)
- Add support for first day of the week configuration in reports and logs (#240)
- Python 3.7 support (#241)
- Add `start --no-gap` and `stop --at` options (#254)

Changed:

- The `edit` command now checks data consistency (#203)
- Current state saving is now improve when using Watson as a library (#214)
- Prevent calling `get_start_time_for_period` multiple times (#219)

Fixed:

- Improved support for UTF-8 with Python 2 (#211)
- Zsh completion for tags and projects with spaces in their names (#227)
- Typos in commands output (#230, #235)
- Project URL of the project in PyPI (#260)

Removed:

- Python 3.3 support (#210).
@jmaupetit jmaupetit mentioned this pull request Mar 25, 2019
jmaupetit added a commit that referenced this pull request Mar 25, 2019
Added:

- New `add` command (#202)
- Add lunar start time options to the `report` and `log` commands (#215)
- Aggregate reports by day (#231)
- Fish shell completion (#239)
- Add support for first day of the week configuration in reports and logs (#240)
- Python 3.7 support (#241)
- Add `start --no-gap` and `stop --at` options (#254)

Changed:

- The `edit` command now checks data consistency (#203)
- Current state saving is now improve when using Watson as a library (#214)
- Prevent calling `get_start_time_for_period` multiple times (#219)

Fixed:

- Improved support for UTF-8 with Python 2 (#211)
- Zsh completion for tags and projects with spaces in their names (#227)
- Typos in commands output (#230, #235)
- Project URL of the project in PyPI (#260)

Removed:

- Python 3.3 support (#210).
jmaupetit added a commit that referenced this pull request Mar 25, 2019
Added:

- New `add` command (#202)
- Add lunar start time options to the `report` and `log` commands (#215)
- Aggregate reports by day (#231)
- Fish shell completion (#239)
- Add support for first day of the week configuration in reports and logs (#240)
- Python 3.7 support (#241)
- Add `start --no-gap` and `stop --at` options (#254)

Changed:

- The `edit` command now checks data consistency (#203)
- Current state saving is now improve when using Watson as a library (#214)
- Prevent calling `get_start_time_for_period` multiple times (#219)

Fixed:

- Improved support for UTF-8 with Python 2 (#211)
- Zsh completion for tags and projects with spaces in their names (#227)
- Typos in commands output (#230, #235)
- Project URL of the project in PyPI (#260)

Removed:

- Python 3.3 support (#210).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants