Skip to content

Commit

Permalink
Attempt a release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Aug 8, 2018
1 parent 6ecb5a1 commit 9949d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pdd v1.3.1
2018-07-01
2018-08-08

This is a minor release. Changes include:
- Show epoch time with timestamp
Expand Down
2 changes: 1 addition & 1 deletion pdd.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "PDD" "1" "28 Jul 2018" "Version 1.3.1" "User Commands"
.TH "PDD" "1" "08 Aug 2018" "Version 1.3.1" "User Commands"
.SH NAME
pdd \- Tiny date, time difference calculator with timers.
.SH SYNOPSIS
Expand Down

11 comments on commit 9949d72

@jarun
Copy link
Owner Author

@jarun jarun commented on 9949d72 Aug 8, 2018

Choose a reason for hiding this comment

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

@dmarcoux pdd v1.3.1 is released.

@maxice8
Copy link
Contributor

@maxice8 maxice8 commented on 9949d72 Aug 8, 2018

Choose a reason for hiding this comment

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

tests are failing

=> pdd-1.3.1_1: running do_check ...
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/lib/python3.6/site-packages/pytest.py", line 9, in
from _pytest.config import main, UsageError, cmdline, hookspec, hookimpl
File "/usr/lib/python3.6/site-packages/_pytest/config/init.py", line 18, in
import _pytest.hookspec # the extension point definitions
File "/usr/lib/python3.6/site-packages/_pytest/hookspec.py", line 27, in
@hookspec(historic=True, warn_on_impl=PYTEST_NAMESPACE)
TypeError: call() got an unexpected keyword argument 'warn_on_impl'
make: *** [Makefile:26: check] Error 1

@jarun
Copy link
Owner Author

@jarun jarun commented on 9949d72 Aug 8, 2018

Choose a reason for hiding this comment

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

Not sure why this is happening.
There's not much difference between the last release and this one. Can you please check the diff?

@jarun
Copy link
Owner Author

@jarun jarun commented on 9949d72 Aug 8, 2018

Choose a reason for hiding this comment

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

I think you are facing this: pytest-dev/pytest#3753

Probably you'll have to restrict the pytest version?

@jarun
Copy link
Owner Author

@jarun jarun commented on 9949d72 Aug 8, 2018

Choose a reason for hiding this comment

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

I think we need to restrict in setup.py.

@dmarcoux can you please take care of this? I am reverting the release in the meantime as it is not published anywhere so far.

@jarun
Copy link
Owner Author

@jarun jarun commented on 9949d72 Aug 8, 2018

Choose a reason for hiding this comment

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

@maxice8 can you please share the pytest version used in your setup (to package)?

@maxice8
Copy link
Contributor

@maxice8 maxice8 commented on 9949d72 Aug 8, 2018 via email

Choose a reason for hiding this comment

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

@jarun
Copy link
Owner Author

@jarun jarun commented on 9949d72 Aug 9, 2018

Choose a reason for hiding this comment

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

okk

@dmarcoux
Copy link
Contributor

Choose a reason for hiding this comment

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

I published to PyPi yesterday.

@jarun
Copy link
Owner Author

@jarun jarun commented on 9949d72 Aug 9, 2018

Choose a reason for hiding this comment

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

No problem!

@szlin
Copy link

@szlin szlin commented on 9949d72 Aug 13, 2018

Choose a reason for hiding this comment

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

@jarun I had uploaded the new version of pdd into debian archive.

Please sign in to comment.