[
https://issues.apache.org/jira/browse/BEAM-5912?focusedWorklogId=161273&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-161273
]
ASF GitHub Bot logged work on BEAM-5912:
----------------------------------------
Author: ASF GitHub Bot
Created on: 31/Oct/18 18:41
Start Date: 31/Oct/18 18:41
Worklog Time Spent: 10m
Work Description: chamikaramj closed pull request #6879: [BEAM-5912] fix
the python dependency check has the same relase date …
URL: https://github.com/apache/beam/pull/6879
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/.test-infra/jenkins/dependency_check/dependency_check_report_generator.py
b/.test-infra/jenkins/dependency_check/dependency_check_report_generator.py
index a1fe2ee0e2d..b4dfd35c4f6 100644
--- a/.test-infra/jenkins/dependency_check/dependency_check_report_generator.py
+++ b/.test-infra/jenkins/dependency_check/dependency_check_report_generator.py
@@ -118,7 +118,7 @@ def prioritize_dependencies(deps, sdk_type):
else:
dep_details_url = ReportGeneratorConfig.PYPI_URL + dep_name
curr_release_date =
find_release_time_from_python_compatibility_checking_service(dep_name, curr_ver)
- latest_release_date =
find_release_time_from_python_compatibility_checking_service(dep_name, curr_ver)
+ latest_release_date =
find_release_time_from_python_compatibility_checking_service(dep_name,
latest_ver)
if not curr_release_date or not latest_release_date:
curr_release_date, latest_release_date =
query_dependency_release_dates_from_bigquery(bigquery_client,
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 161273)
Time Spent: 2.5h (was: 2h 20m)
> The python dependency check report shows same release dates for different
> versions of libraries.
> ------------------------------------------------------------------------------------------------
>
> Key: BEAM-5912
> URL: https://issues.apache.org/jira/browse/BEAM-5912
> Project: Beam
> Issue Type: Bug
> Components: dependencies
> Reporter: yifan zou
> Assignee: yifan zou
> Priority: Major
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> example:
> [https://builds.apache.org/job/beam_Dependency_Check/160/artifact/src/build/dependencyUpdates/beam-dependency-check-report.html]
>
> |*Dependency Name*|*Current Version*|*Latest Version*|*Release Date Of the
> Current Used Version*|*Release Date Of The Latest Release*|*JIRA Issue*|
> |[google-cloud-pubsub|https://pypi.org/project/google-cloud-pubsub]|0.35.4|0.38.0|2018-06-06|2018-06-06|BEAM-5539|
> |[pytz|https://pypi.org/project/pytz]|2018.4|2018.7|2018-04-10|2018-04-10|BEAM-5893|
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)